Class StopWatch


  • public class StopWatch
    extends java.lang.Object
    Noextend:
    This class is not intended to be subclassed by clients.
    • Constructor Summary

      Constructors 
      Constructor Description
      StopWatch()  
      StopWatch​(org.apache.log4j.Logger logger)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      long reset()  
      void resetAndLog​(java.lang.String label)  
      • Methods inherited from class java.lang.Object

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

      • StopWatch

        public StopWatch()
      • StopWatch

        public StopWatch​(org.apache.log4j.Logger logger)
        Since:
        2.0
    • Method Detail

      • reset

        public long reset()
      • resetAndLog

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