Class Profiler.Clock

java.lang.Object
edu.umd.cs.findbugs.log.Profiler.Clock
Enclosing class:
Profiler

static class Profiler.Clock extends Object
  • Field Details

    • clazz

      final Class<?> clazz
    • startTimeNanos

      long startTimeNanos
    • accumulatedTime

      long accumulatedTime
  • Constructor Details

    • Clock

      Clock(Class<?> clazz, long currentNanoTime)
  • Method Details

    • accumulateTime

      void accumulateTime(long currentNanoTime)
    • restartClock

      void restartClock(long currentNanoTime)