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

/external/replicaisland/src/com/replica/replicaisland/
H A DGameRenderer.java52 private int mProfileObjectCount; field in class:GameRenderer
216 mProfileObjectCount += count;
249 final float averageObjectsPerFrame = (float)mProfileObjectCount / validFrames;
261 mProfileObjectCount = 0;

Completed in 18 milliseconds