Interface TimerDecorated

    • Method Detail

      • stopTiming

        long stopTiming()
      • stopTiming

        default long stopTiming​(com.codahale.metrics.Timer.Context timing)
        Stop the timer for measured object. Call to this method will not reset the start time. Multiple calls result in multiple updates.
        Returns:
        Time a object is in use, or under measurement, in nanoseconds.