This site requires JavaScript, please enable it in your browser!
Greenfoot back
erdelf
erdelf wrote ...

2013/3/20

Class FPS?

erdelf erdelf

2013/3/20

#
is there a way to see which class is lowering the fps of the scenario?
MatheMagician MatheMagician

2013/3/20

#
You can use System.currentTimeMillis(); to find how long each act cycle takes for the different actors. You must then take into account how many of each actor you have.
You need to login to post a reply.