Package org.robwork.sdurw
Class TimerUtil
- java.lang.Object
-
- org.robwork.sdurw.TimerUtil
-
public class TimerUtil extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static doublecurrentTime()static longcurrentTimeMs()static longcurrentTimeUs()voiddelete()static longgetCPtr(TimerUtil obj)static voidsleepMs(int period)static voidsleepUs(int period)
-
-
-
Method Detail
-
getCPtr
public static long getCPtr(TimerUtil obj)
-
delete
public void delete()
-
currentTimeMs
public static long currentTimeMs()
-
currentTimeUs
public static long currentTimeUs()
-
currentTime
public static double currentTime()
-
sleepMs
public static void sleepMs(int period)
-
sleepUs
public static void sleepUs(int period)
-
-