public final class Chrono
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private long |
startTime
The origin time in milliseconds.
|
Constructor and Description |
---|
Chrono()
Create a new chronometer, initialized now.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
elapsed() |
void |
reset()
Reinitialize this chronometer now.
|