Package de.uplanet.util
Class Stopwatch
- java.lang.Object
-
- de.uplanet.util.Stopwatch
-
@Scriptable public final class Stopwatch extends Object
Stopwatch with millisecond time resolution.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
restart()
Get the meantime in milliseconds and reset to zero.void
start()
Start the stopwatch.long
stop()
Get the meantime in milliseconds.
-
-
-
Field Detail
-
MILLIS
public static final long MILLIS
- See Also:
- Constant Field Values
-
MICROS
public static final long MICROS
- See Also:
- Constant Field Values
-
NANOS
public static final long NANOS
- See Also:
- Constant Field Values
-
-