Searched refs:mProfileFrames (Results 1 - 2 of 2) sorted by relevance

/external/replicaisland/src/com/replica/replicaisland/
H A DGameThread.java36 private int mProfileFrames; field in class:GameThread
82 mProfileFrames++;
84 final long averageFrameTime = mProfileTime / mProfileFrames;
86 mGameRoot.sSystemRegistry.hudSystem.setFPS((int)(1000 * mProfileFrames / mProfileTime));
88 mProfileFrames = 0;
H A DGameRenderer.java48 private int mProfileFrames; field in class:GameRenderer
244 mProfileFrames++;
246 final int validFrames = mProfileFrames;
260 mProfileFrames = 0;

Completed in 49 milliseconds