public class AverageStatistics extends BaseStatistics
| Constructor and Description |
|---|
AverageStatistics(java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
addDuration(long duration) |
long |
getAverageTime() |
long |
getCount() |
void |
reset() |
getDescription, getLastSampleTime, getLastTime, getLowerBound, getMaxTime, getMinTime, getName, getStartTime, getUpperBound, getUptime, setDescription, setLastSampleTime, setLastTime, setLowerBound, setMaxTime, setMinTime, setStartTime, setUpperBoundpublic void addDuration(long duration)
public long getAverageTime()
public long getCount()
public void reset()
reset in interface Statisticsreset in class BaseStatistics