public class CachingStatCalculator extends SamplingStatCalculator
Constructor | Description |
---|---|
CachingStatCalculator(String string) |
Modifier and Type | Method | Description |
---|---|---|
Sample |
addSample(SampleResult res) |
Records a sample.
|
void |
clear() |
Clear the counters (useful for differential stats)
|
Sample |
getSample(int index) |
|
List<Sample> |
getSamples() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getAvgPageBytes, getBytesPerSecond, getCount, getCurrentSample, getDistribution, getElapsed, getErrorCount, getErrorPercentage, getKBPerSecond, getLabel, getMax, getMaxThroughput, getMean, getMeanAsNumber, getMedian, getMin, getPercentPoint, getPercentPoint, getRate, getStandardDeviation, toString
public CachingStatCalculator(String string)
public Sample getSample(int index)
public void clear()
SamplingStatCalculator
clear
in class SamplingStatCalculator
public Sample addSample(SampleResult res)
addSample
in class SamplingStatCalculator
res
- the sample to recordCopyright © 1998-2018 Apache Software Foundation. All Rights Reserved.