public interface IMutableStatisticsHandlerTimer extends IStatisticsHandlerTimer
| Modifier and Type | Method and Description |
|---|---|
void |
addTime(long nMillis)
Add a single execution time.
|
getAverage, getMax, getMin, getSumgetInvocationCountvoid addTime(@Nonnegative long nMillis)
nMillis - The milliseconds it took to execute something. Should not be
negative.Copyright © 2014–2020 Philip Helger. All rights reserved.