Class GlobalTimer


  • public class GlobalTimer
    extends java.lang.Object
    Since:
    2.0
    Version:
    2.0
    Author:
    Evren Sirin
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static Timers timers  
    • Constructor Summary

      Constructors 
      Constructor Description
      GlobalTimer()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String format​(long ms)  
      static Timer get​(java.lang.String name)  
      static java.lang.String info()  
      static Timer start​(java.lang.String name)  
      static Timer stop​(java.lang.String name)  
      • Methods inherited from class java.lang.Object

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

      • timers

        public static final Timers timers
    • Constructor Detail

      • GlobalTimer

        public GlobalTimer()
    • Method Detail

      • get

        public static Timer get​(java.lang.String name)
      • start

        public static Timer start​(java.lang.String name)
      • stop

        public static Timer stop​(java.lang.String name)
      • format

        public static java.lang.String format​(long ms)
      • info

        public static java.lang.String info()