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, getSumgetAllKeys, getInvocationCountgetInvocationCountvoid 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–2017 Philip Helger. All rights reserved.