| java.lang.Object com.sun.j3d.utils.timer.J3DTimer
J3DTimer | public class J3DTimer (Code) | | A High Resolution interval timer. The timer resolution is
operating system dependent and can be queried using
getTimerResolution().
These methods are not reentrant and should not
be called concurrently from multiple threads.
|
Method Summary | |
public static long | getResolution() | public static long | getValue() Get the timer value, in nanoseconds. |
getResolution | public static long getResolution()(Code) | | Get the nanosecond resolution of the timer
The timer resolution in nanoseconds. |
getValue | public static long getValue()(Code) | | Get the timer value, in nanoseconds.
The initial value of the timer is OS dependent.
The current timer value in nanoseconds. |
|
|