|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcz.cuni.amis.utils.StopWatch
public class StopWatch

| Constructor Summary | |
|---|---|
StopWatch()
|
|
| Method Summary | |
|---|---|
double |
check()
In millis |
java.lang.String |
checkStr()
|
void |
start()
Watches are start()ed during construction, this will just refresh the start time. |
double |
stop()
In millis |
java.lang.String |
stopStr()
|
double |
time()
In millis... |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StopWatch()
| Method Detail |
|---|
public void start()
public double stop()
public double check()
public double time()
public java.lang.String stopStr()
public java.lang.String checkStr()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||