FileDocCategorySizeDatePackage
GLFrame.javaAPI DocAndroid 5.1 API13467Thu Mar 12 22:22:30 GMT 2015android.filterfw.core

GLFrameTimer

public class GLFrameTimer extends Object

Fields Summary
private static android.filterfw.core.StopWatchMap
mTimer
Constructors Summary
Methods Summary
public static android.filterfw.core.StopWatchMapget()


        
        if (mTimer == null) {
            mTimer = new StopWatchMap();
        }
        return mTimer;