public interface IMutableStatisticsHandlerKeyedTimer extends IStatisticsHandlerKeyedTimer
Modifier and Type | Method and Description |
---|---|
void |
addTime(String sKey,
long nMillis)
Add a single execution time.
|
getAverage, getMax, getMin, getSum
getAllKeys, getInvocationCount
getInvocationCount
void addTime(@Nullable String sKey, @Nonnegative long nMillis)
sKey
- The key to be incremented.nMillis
- The milli seconds it took to execute something. Should not be
negative.Copyright © 2014–2019 Philip Helger. All rights reserved.