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 longrestart()Get the meantime in milliseconds and reset to zero.voidstart()Start the stopwatch.longstop()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
-
-