public class StopWatch
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
long |
getElapsed() |
static StopWatch |
getNoStarted() |
boolean |
hasReached(long limitMillis) |
boolean |
isNotStarted() |
void |
reset() |
void |
run()
Idempotent operation.
|
static StopWatch |
startAndGet() |
public static StopWatch getNoStarted()
public static StopWatch startAndGet()
public void run()
public void reset()
public long getElapsed()
public boolean hasReached(long limitMillis)
public boolean isNotStarted()