|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--opale.tools.Chronometer
The class Chronometer
permits to measure the time, with millisecond precision.
Constructor Summary | |
Chronometer()
|
Method Summary | |
static double |
htime()
Return the elapsed time measured in hours. |
static void |
main(java.lang.String[] arg)
|
static double |
mtime()
Return the elapsed time measured in minutes. |
static void |
resume()
Resume the timer, that is stopped by stop() . |
static void |
start()
Start the timer. |
static double |
stime()
Return the elapsed time measured in seconds. |
static void |
stop()
Stop the timer. |
static long |
time()
Return the elapsed time measured in milliseconds. |
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 static void start()
public static void stop()
public static void resume()
stop()
.public static long time()
public static double stime()
public static double mtime()
public static double htime()
public static void main(java.lang.String[] arg)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |