tuffy.util
Class DebugMan
java.lang.Object
tuffy.util.DebugMan
public class DebugMan
- extends java.lang.Object
Container of methods for debugging purposes.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DebugMan
public DebugMan()
checkBaseMem
public static void checkBaseMem()
checkPeakMem
public static void checkPeakMem()
getBaseMem
public static long getBaseMem()
getLog
public static java.lang.String getLog()
getPeakMem
public static long getPeakMem()
log
public static void log(java.lang.String s)
pause
public static void pause()
runGC
public static void runGC()
throws java.lang.Exception
- Throws:
java.lang.Exception
runningInWindows
public static boolean runningInWindows()
usedMemory
public static long usedMemory()