My project is coded in Processing, is there available profiler for Processing? If not, how to test the performance of Processing program?
Thanks and Best Regards
My project is coded in Processing, is there available profiler for Processing? If not, how to test the performance of Processing program?
Thanks and Best Regards
I use VisualVM to profile my Processing applications. Simply navigate to the appropriate process in VisualVM while your sketch is running. Processing is fundamentally Java, so most Java tools will work on your Processing apps.
EDIT: Processing.js sketches can also be profiled by using the Developer Tools extensions in browsers, just run a CPU profile.