org.globus.exec.utils
Class MemoryProfiler

java.lang.Object
  extended byorg.globus.exec.utils.MemoryProfiler

public class MemoryProfiler
extends java.lang.Object


Field Summary
private static java.lang.Runtime debugRuntime
           
private static org.apache.commons.logging.Log logger
           
 
Constructor Summary
MemoryProfiler()
           
 
Method Summary
static void memoryTrace(java.lang.Class c, java.lang.String s)
           
static java.lang.String usedMemory()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

debugRuntime

private static java.lang.Runtime debugRuntime

logger

private static org.apache.commons.logging.Log logger
Constructor Detail

MemoryProfiler

public MemoryProfiler()
Method Detail

memoryTrace

public static void memoryTrace(java.lang.Class c,
                               java.lang.String s)

usedMemory

public static java.lang.String usedMemory()