Constructor and Description |
---|
StopwatchGC(String name) |
Modifier and Type | Method and Description |
---|---|
float |
getEndMemory() |
float |
getFootprint() |
String |
getName()
Returns the name for this timer.
|
float |
getStartMemory() |
String |
report() |
void |
start() |
void |
stop() |
String |
toString() |
getCount, getElapsedMillis
public StopwatchGC(String name)
public final String report()
public float getEndMemory()
public float getStartMemory()
public float getFootprint()
public String getName()