public class StopWatch extends Object
| Constructor and Description |
|---|
StopWatch() |
| Modifier and Type | Method and Description |
|---|---|
double |
check()
In millis
|
String |
checkStr() |
void |
start()
Watches are start()ed during construction, this will just refresh the start time.
|
double |
stop()
In millis
|
String |
stopStr() |
double |
time()
In millis... returns last stop()/check() time.
|
String |
timeStr() |
public void start()
public double stop()
public double check()
public double time()
public String stopStr()
public String checkStr()
public String timeStr()
Copyright © 2019 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All rights reserved.