Class TimerImpl

java.lang.Object
oracle.stellent.ridc.common.log.simple.TimerImpl
All Implemented Interfaces:
Timer

public final class TimerImpl extends Object implements Timer
  • Method Details

    • getElaspedTimeNS

      public long getElaspedTimeNS()
    • getElapsedTimeMS

      public float getElapsedTimeMS()
    • getElapsedTimeString

      public String getElapsedTimeString()
      Specified by:
      getElapsedTimeString in interface Timer
    • cleanup

      public void cleanup()
      Specified by:
      cleanup in interface Timer
    • start

      public void start()
      Specified by:
      start in interface Timer
    • stop

      public void stop()
      Specified by:
      stop in interface Timer