public interface WSTimeStatistic extends WSAverageStatistic
Modifier and Type | Method and Description |
---|---|
long |
getMaxTime()
Returns the maximum time taken to complete one invocation since the beginning of the measurement.
|
long |
getMinTime()
Returns the minimum time taken to complete one invocation since the beginning of the measurement.
|
long |
getTotalTime()
Returns the sum total of time taken to complete all the invocations since the beginning of the measurement.
|
getCount, getMax, getMean, getMin, getSumOfSquares, getTotal
combine, copy, delta, getDataInfo, getDescription, getId, getLastSampleTime, getName, getStartTime, getUnit, rateOfChange, resetOnClient, setDataInfo, setDataInfo, toString, toXML, update
long getTotalTime()
long getMinTime()
long getMaxTime()