org.knopflerfish.util
public class Timer extends java.lang.Object
| Constructor and Description |
|---|
Timer() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.reflect.Method |
getMethod(java.lang.Class<?> c,
java.lang.String name,
java.lang.Class<?>[] args)
Get method from class
|
static long |
timeMillis()
Use System.nanoTime() if available, otherwise revert to
System.currentTimeMillis().
|
public static java.lang.reflect.Method getMethod(java.lang.Class<?> c,
java.lang.String name,
java.lang.Class<?>[] args)
public static long timeMillis()