public class Stopwatch
extends java.lang.Object
| Constructor and Description |
|---|
Stopwatch() |
| Modifier and Type | Method and Description |
|---|---|
long |
getElapsedMillis() |
long |
getElapsedNanos() |
void |
start() |
java.lang.String |
toString()
returns the time since the stopwatch was last started in milliseconds.
|