Package com.helger.commons.statistics
Interface IMutableStatisticsHandlerKeyedTimer
- All Superinterfaces:
IStatisticsHandler,IStatisticsHandlerKeyed,IStatisticsHandlerKeyedNumeric,IStatisticsHandlerKeyedTimer
- All Known Implementing Classes:
StatisticsHandlerKeyedTimer
Statistics handler for keyed timer.
- Author:
- Philip Helger
-
Method Summary
Methods inherited from interface com.helger.commons.statistics.IStatisticsHandler
getInvocationCountMethods inherited from interface com.helger.commons.statistics.IStatisticsHandlerKeyed
getAllKeys, getInvocationCountMethods inherited from interface com.helger.commons.statistics.IStatisticsHandlerKeyedNumeric
getAverage, getMax, getMin, getSum
-
Method Details
-
addTime
Add a single execution time.- Parameters:
sKey- The key to be incremented.nMillis- The milli seconds it took to execute something. Should not be negative.
-