Interface IMutableStatisticsHandlerTimer

All Superinterfaces:
IStatisticsHandler, IStatisticsHandlerNumeric, IStatisticsHandlerTimer
All Known Implementing Classes:
StatisticsHandlerTimer

public interface IMutableStatisticsHandlerTimer extends IStatisticsHandlerTimer
Statistics handler for times.
Author:
Philip Helger
  • Method Details

    • addTime

      void addTime(@Nonnegative long nMillis)
      Add a single execution time.
      Parameters:
      nMillis - The milliseconds it took to execute something. Should not be negative.