Class Timer


  • public class Timer
    extends java.lang.Object
    Timer for profiling
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private long resetNanos  
    • Constructor Summary

      Constructors 
      Constructor Description
      Timer()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      float getMilliseconds()  
      void reset()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • resetNanos

        private long resetNanos
    • Constructor Detail

      • Timer

        public Timer()
    • Method Detail

      • reset

        public void reset()
      • getMilliseconds

        public float getMilliseconds()