Module raytracer

Class Timer

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

public class Timer extends Object
  • Constructor Details

    • Timer

      public Timer()
  • Method Details

    • nanoTime

      public static long nanoTime()
    • start

      public void start()
    • stop

      public void stop()
    • reset

      public void reset()
    • getLastNanos

      public long getLastNanos()
    • getLastMicros

      public long getLastMicros()
    • getLastMillis

      public long getLastMillis()