Package com.helger.commons.statistics
Interface IMutableStatisticsHandlerTimer
- All Superinterfaces:
IStatisticsHandler,IStatisticsHandlerNumeric,IStatisticsHandlerTimer
- All Known Implementing Classes:
StatisticsHandlerTimer
Statistics handler for times.
- Author:
- Philip Helger
-
Method Summary
Methods inherited from interface com.helger.commons.statistics.IStatisticsHandler
getInvocationCountMethods inherited from interface com.helger.commons.statistics.IStatisticsHandlerNumeric
getAverage, getMax, getMin, getSum
-
Method Details
-
addTime
Add a single execution time.- Parameters:
nMillis- The milliseconds it took to execute something. Should not be negative.
-