|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.cc.framework.common.Stopwatch
StopWatch for time measurement
| Field Summary | |
private long |
t1
start time |
private long |
t2
stop time |
| Constructor Summary | |
Stopwatch()
Constructor |
|
| Method Summary | |
long |
getMillis()
|
void |
start()
Starts the stop watch |
void |
stop()
Stops the stop watch |
java.lang.String |
toString()
Returns the seconds between the start() and the stop() |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
private long t1
private long t2
| Constructor Detail |
public Stopwatch()
| Method Detail |
public void start()
public void stop()
public long getMillis()
public java.lang.String toString()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||