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

/external/jmonkeyengine/engine/src/core/com/jme3/app/
H A DStatsAppState.java58 protected float secondCounter = 0.0f; field in class:StatsAppState
91 return secondCounter;
188 secondCounter += app.getTimer().getTimePerFrame();
190 if (secondCounter >= 1.0f) {
191 int fps = (int) (frameCounter / secondCounter);
193 secondCounter = 0.0f;

Completed in 72 milliseconds