public abstract class AverageFPSCounter extends FPSCounter
IUpdateHandler.IUpdateHandlerMatcher| Modifier and Type | Field and Description |
|---|---|
protected float |
mAverageDuration |
mFrames, mSecondsElapsed| Constructor and Description |
|---|
AverageFPSCounter() |
AverageFPSCounter(float pAverageDuration) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
onHandleAverageDurationElapsed(float pFPS) |
void |
onUpdate(float pSecondsElapsed) |
getFPS, resetpublic AverageFPSCounter()
public AverageFPSCounter(float pAverageDuration)
protected abstract void onHandleAverageDurationElapsed(float pFPS)
public void onUpdate(float pSecondsElapsed)
onUpdate in interface IUpdateHandleronUpdate in class FPSCounter