public class HighPrecisionTimer
extends java.lang.Object
This Class is used to provide helper methods which can be used to measure time intervals of less than 1 millisecond.
Constructor and Description |
---|
HighPrecisionTimer()
Default Constructor
Automatically initializes the High Precision Timer
|
Modifier and Type | Method and Description |
---|---|
double |
getSecondsElapsed()
Returns the seconds elapsed since last Initialization of the High Precision Timer.
|
void |
initTimer()
Initializes / Resets the High Precision Timer
|
public HighPrecisionTimer()
public final void initTimer()
public final double getSecondsElapsed()