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, waitgetAvgPageBytes, getBytesPerSecond, getCount, getCurrentSample, getDistribution, getElapsed, getErrorCount, getErrorPercentage, getKBPerSecond, getLabel, getMax, getMaxThroughput, getMean, getMeanAsNumber, getMedian, getMin, getPercentPoint, getPercentPoint, getRate, getStandardDeviation, toStringpublic CachingStatCalculator(String string)
public Sample getSample(int index)
public void clear()
SamplingStatCalculatorclear in class SamplingStatCalculatorpublic Sample addSample(SampleResult res)
addSample in class SamplingStatCalculatorres - the sample to recordCopyright © 1998-2018 Apache Software Foundation. All Rights Reserved.