Method Summary |
|
public static synchronized void | commence(long delay, String filename) Starts the memory tracing. |
public static synchronized void | enqueueUsage(String usage) Adds usage string.
Parameters: usage - Usage string. |
public static synchronized ArrayList<String> | getUsages() Returns all queued usages. |
public static boolean | isRunning() Checks whether tracer is running. |
public synchronized void | requestStop() Issues request to stop tracing. |
public void | run() |