|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--idl.tmt.util.Stopwatch
Class which encapsulates simple stopwatch functinality for Created on Apr 1, 2004
| Field Summary | |
private boolean |
running
|
private long |
startTime
|
private long |
stopTime
|
| Constructor Summary | |
Stopwatch()
|
|
| Method Summary | |
void |
clear()
|
long |
getElapsedTimeMillis()
|
long |
getElapsedTimeSecs()
|
void |
start()
|
void |
stop()
|
| Methods inherited from class java.lang.Object |
|
| Field Detail |
private long startTime
private long stopTime
private boolean running
| Constructor Detail |
public Stopwatch()
| Method Detail |
public void start()
public void stop()
public void clear()
public long getElapsedTimeMillis()
public long getElapsedTimeSecs()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||