Class Timer


  • public class Timer
    extends java.lang.Object
    Utility class for collecting and reporting timing information, used only under diagnostic control
    • Constructor Summary

      Constructors 
      Constructor Description
      Timer()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void report​(java.lang.String label)  
      void reportCumulative​(java.lang.String label)  
      • 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

      • report

        public void report​(java.lang.String label)
      • reportCumulative

        public void reportCumulative​(java.lang.String label)