public interface Stats extends CountStats
| Modifier and Type | Method and Description |
|---|---|
void |
recordDataPoint(float value)
Record a single data point with this stats object, which will automatically increment the data point count and
track min/max/standard deviation as expected.
|
getCallCount, getMaxCallTime, getMinCallTime, getSumOfSquares, getTotal, getTotalExclusiveTime, incrementCallCount, incrementCallCount, setCallCount