|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--java.util.Date
|
+--gov.sns.xal.model.mpx.MPXStopWatch
A stop watch utility to measure elapsed total time.
| Constructor Summary | |
MPXStopWatch()
|
|
| Method Summary | |
static long |
getDeltaMsec()
Time in msec since last call. |
static double |
getDeltaSec()
Time in seconds since last call. |
static void |
reset()
Reset the stop watch. |
static void |
reset(boolean quiet)
|
static java.lang.String |
timeElapsed()
Elapsed time since last call as string. |
static void |
timeElapsed(java.lang.String message)
|
| Methods inherited from class java.util.Date |
after, before, clone, compareTo, compareTo, equals, getDate, getDay, getHours, getMinutes, getMonth, getSeconds, getTime, getTimezoneOffset, getYear, hashCode, parse, setDate, setHours, setMinutes, setMonth, setSeconds, setTime, setYear, toGMTString, toLocaleString, toString, UTC |
| Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public MPXStopWatch()
| Method Detail |
public static long getDeltaMsec()
public static double getDeltaSec()
public static java.lang.String timeElapsed()
public static void timeElapsed(java.lang.String message)
public static void reset()
public static void reset(boolean quiet)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||