public class Timer extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
Timer.StopTimer |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
long |
getTotalMemory()
Get total VM memory in bytes.
|
double |
getTotalTime()
Get timer total time in milliseconds.
|
Timer.StopTimer |
start() |
void |
stop() |
public Timer.StopTimer start()
public void stop()
public double getTotalTime()
public long getTotalMemory()
public String getName()