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
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.