com.bulletphysics.linearmath
Class CProfileManager
java.lang.Object
com.bulletphysics.linearmath.CProfileManager
public class CProfileManager
- extends java.lang.Object
The Manager for the Profile system.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CProfileManager
public CProfileManager()
startProfile
public static void startProfile(java.lang.String name)
stopProfile
public static void stopProfile()
cleanupMemory
public static void cleanupMemory()
reset
public static void reset()
incrementFrameCounter
public static void incrementFrameCounter()
getFrameCountSinceReset
public static int getFrameCountSinceReset()
getTimeSinceReset
public static float getTimeSinceReset()
getIterator
public static CProfileIterator getIterator()
releaseIterator
public static void releaseIterator(CProfileIterator iterator)