marcosimonvfx Posted May 4, 2020 Share Posted May 4, 2020 Hi I am building a (somewhat) complex script with vex inside an attribute wrangle node. At the moment the whole thing is very slow and I am not entirely sure where that time goes. Is there a way to clock cpu time (and print)? Cheers! Quote Link to comment Share on other sites More sharing options...
bunker Posted May 5, 2020 Share Posted May 5, 2020 https://www.sidefx.com/docs/houdini/ref/panes/perfmon.html this will only give you the total cook time for the wrangle node but you can split your code in multiple wrangles for example Quote Link to comment Share on other sites More sharing options...
animatrix Posted May 5, 2020 Share Posted May 5, 2020 Hi, You can use the vexprofile command if you want more granular VEX performance profiling: https://www.sidefx.com/docs/houdini/commands/vexprofile.html 1 Quote Link to comment Share on other sites More sharing options...
marcosimonvfx Posted May 7, 2020 Author Share Posted May 7, 2020 Thanks guys, very helpful! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.