|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.quadrique.jbuildingblocks.core.time.JbbChronometer
public class JbbChronometer
This class is used to perform time measurements and mimics the behavior of a chronometer.
| Method Summary | |
|---|---|
long |
GetElapsedTime()
This method returns the elapsed time between the start() and stop() calls. |
long |
GetElapsedTimeInMilliseconds()
This method returns the elapsed time in milliseconds between the start() and stop() calls. |
static JbbChronometer |
newInstance()
|
void |
start()
This method starts the chronometer. |
void |
stop()
This method stops the chronometer. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static JbbChronometer newInstance()
public void start()
public void stop()
public long GetElapsedTime()
public long GetElapsedTimeInMilliseconds()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||