public class HiResTimer extends BaseTimer
Constructor and Description |
---|
HiResTimer()
Construct a HiResTimer object and set its time to zero.
|
HiResTimer(boolean autostart)
Same as HiResTimer(), but the timer starts immediately if
autostart is true.
|
HiResTimer(boolean autostart,
boolean yield)
Same as HiResTimer(autostart), but most methods calls
Thread.yield() automatically, if yield is true.
|
public HiResTimer()
public HiResTimer(boolean autostart)
public HiResTimer(boolean autostart, boolean yield)