public final class ContinuousStopwatch
extends java.lang.Object
| Constructor and Description |
|---|
ContinuousStopwatch(Stopwatch stopwatch)
Constructs a ContinuousStopwatch, which will start timing immediately after construction.
|
| Modifier and Type | Method and Description |
|---|---|
long |
reset()
Resets and returns elapsed time in milliseconds.
|
void |
resetAndLog(java.lang.String label)
Resets and logs elapsed time in milliseconds.
|