de.grogra.ray.quality
Class Timer

java.lang.Object
  extended by de.grogra.ray.quality.Timer

public class Timer
extends java.lang.Object


Constructor Summary
Timer()
           
 
Method Summary
 long getLastMicros()
           
 long getLastMillis()
           
 long getLastNanos()
           
static long nanoTime()
           
 void reset()
           
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Timer

public Timer()
Method Detail

getLastMicros

public long getLastMicros()

getLastMillis

public long getLastMillis()

getLastNanos

public long getLastNanos()

nanoTime

public static long nanoTime()

reset

public void reset()

start

public void start()

stop

public void stop()