Debugging Question
-
Hey guys,
I read in an old forum post about debugging that it's possible to "see the CPU amount of a single callback in the Script Watch Table if you enable the DBG button" (see post here). Is this still possible in newer versions of HISE? I don't know where to see the time spent for each function.
Note: I've ticked "Enable Debug Mode" and have also checked this in both the Debug and Release versions of HISE. Any ideas?
-
I don't think you can see the time spent for each function in your script, just for the default callbacks.
You can also use console start/stop to view the time it takes to run a particular bit of your code.
https://www.youtube.com/watch?v=cltMZOeMZ7k -
Awesome, thanks! That'll be really helpful.