public class StopWatch extends Object
| Constructor and Description |
|---|
StopWatch()
Construct a new StopWatch object.
|
| Modifier and Type | Method and Description |
|---|---|
long |
getTime()
Get the time recorded by this StopWatch object.
|
void |
start()
Start this StopWatch object.
|
void |
stop()
Stop this StopWatch object.
|
public void start()
public void stop()
public long getTime()
Jas4pp 1.5 © Java Analysis Studio for Particle Physics