We are about to switch to a new forum software. Until then we have removed the registration on this forum.
HI all. I want to ask You how can I find how fast runs my code in Processing.
Thanks for the help.
every 1000 frames (use frameCount) print both the frameCount and the current time using millis().
Thank You very much. Best regards!
in processing 2.0 Reference (and possibly 1.5.1) there is a thing called framerate which will tell you, which is easier than the above.
http://processing.org/reference/frameRate.html
Answers
every 1000 frames (use frameCount) print both the frameCount and the current time using millis().
Thank You very much. Best regards!
in processing 2.0 Reference (and possibly 1.5.1) there is a thing called framerate which will tell you, which is easier than the above.
http://processing.org/reference/frameRate.html