|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjml.utils.Time
public class Time
Field Summary | |
---|---|
private static double |
t
|
Constructor Summary | |
---|---|
Time()
|
Method Summary | |
---|---|
static void |
pause(double n)
PAUSE(n) pauses for n seconds before continuing, where n can also be a fraction. |
static double |
tic()
TSTART = TIC saves the time to an output argument, TSTART. |
static double |
toc()
Calculate the elapsed time, in seconds, since the most recent execution of the TIC command. |
static double |
toc(double TSTART)
TOC(TSTART) measures the time elapsed since the TIC command that generated TSTART. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private static double t
Constructor Detail |
---|
public Time()
Method Detail |
---|
public static double tic()
public static double toc()
public static double toc(double TSTART)
public static void pause(double n)
n
- time, in seconds, to pause
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |