|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.knowgate.debug.Chronometer
public final class Chronometer
Get elapsed time between to checkpoints
| Constructor Summary | |
|---|---|
Chronometer()
Default constructor |
|
| Method Summary | |
|---|---|
long |
elapsed()
Get miliseconds elapsed between start and stop calls |
void |
start()
Start chronometer |
long |
stop()
Stop chronometer |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Chronometer()
| Method Detail |
|---|
public void start()
public long stop()
public long elapsed()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||