com.ibm.tivoli.maximo.skd.util

Class PerfTimer

  • java.lang.Object
    • com.ibm.tivoli.maximo.skd.util.PerfTimer


  • public class PerfTimer
    extends java.lang.Object
    Simple Performance Timer for capturing start/end cycles. You should call start() and end() and you can periodically call tick() to dump the current times in a long running process.
    • Constructor Summary

      Constructors 
      Constructor and Description
      PerfTimer(java.lang.String baseMsg) 
    • Constructor Detail

      • PerfTimer

        public PerfTimer(java.lang.String baseMsg)
    • Method Detail

      • restart

        public void restart()
      • end

        public void end()
      • tick

        public void tick()
      • logDelta

        public void logDelta(java.lang.String msg)
      • done

        public void done()
      • create

        public static PerfTimer create(java.lang.String baseMsg)