|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectrailo.runtime.timer.Stopwatch
public class Stopwatch
Implementation of a simple Stopwatch
Constructor Summary | |
---|---|
Stopwatch()
|
Method Summary | |
---|---|
int |
count()
|
void |
reset()
resets the stopwatch |
void |
start()
start the watch |
long |
stop()
stops the watch |
long |
time()
|
long |
totalTime()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Stopwatch()
Method Detail |
---|
public void start()
public long stop()
public long time()
public long totalTime()
public int count()
public void reset()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |