com.bulletphysics.linearmath
Class CProfileManager
java.lang.Object
com.bulletphysics.linearmath.CProfileManager
public class CProfileManager
- extends Object
Manager for the profile system.
CProfileManager
public CProfileManager()
startProfile
public static void startProfile(String name)
- Parameters:
name
- must be interned
String (not needed for String literals)
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)