public class Stopwatch
extends java.lang.Object
| Constructor | Description |
|---|---|
Stopwatch() |
| Modifier and Type | Method | Description |
|---|---|---|
long |
reset() |
Resets and returns elapsed time in milliseconds.
|
void |
resetAndLog(java.lang.String label) |
Resets and logs elapsed time in milliseconds.
|