|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectandroid.gameengine.icadroids.engine.GameFPSCounter
public class GameFPSCounter
Utility to log the FPS (frames per second) of the Game. To use the FPS logger, set USE_FPS_COUNTER to 'true' in the GameEngine.
Field Summary | |
---|---|
static boolean |
USE_FPS_COUNTER
|
Constructor Summary | |
---|---|
GameFPSCounter()
|
Method Summary | |
---|---|
void |
logFrame(java.lang.String name)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static boolean USE_FPS_COUNTER
Constructor Detail |
---|
public GameFPSCounter()
Method Detail |
---|
public void logFrame(java.lang.String name)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |