|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.mbari.siam.utils.StopWatch
public class StopWatch
| Constructor Summary | |
|---|---|
StopWatch()
Ceate a new StopWatch object. |
|
StopWatch(boolean create_running)
Ceate a new running StopWatch object. |
|
| Method Summary | |
|---|---|
void |
clear()
Clear the stopwatch |
static void |
delay(int millisecs)
Delay for the specified number milliseconds in the calling thread |
boolean |
isRunning()
Find out if the stopwatch is currently keeping track of time |
static void |
main(java.lang.String[] args)
|
long |
read()
Read the total amount of elapsed time the stopwatch has running |
long |
start()
Start the stopwatch |
long |
stop()
Stop the stopwatch |
void |
stopWatchTest()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StopWatch()
public StopWatch(boolean create_running)
| Method Detail |
|---|
public boolean isRunning()
public void clear()
public long read()
public long start()
public long stop()
public static void delay(int millisecs)
public static void main(java.lang.String[] args)
public void stopWatchTest()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||