public class Stopwatch
extends java.lang.Object
Constructor and Description |
---|
Stopwatch() |
Modifier and Type | Method and Description |
---|---|
long |
lapTime() |
void |
start() |
static Stopwatch |
started() |
long |
stop() |
long |
stop(java.lang.String message) |
public static Stopwatch started()
public void start()
public long stop()
public long lapTime()
public long stop(java.lang.String message)