| java.lang.Object seda.util.StatsGatherer
StatsGatherer | public class StatsGatherer (Code) | | |
cumulativeVal | public double cumulativeVal(Code) | | |
maxVal | public double maxVal(Code) | | |
minVal | public double minVal(Code) | | |
StatsGatherer | public StatsGatherer(String name, String tag, int bucketSize, int skipSamples)(Code) | | |
add | public synchronized void add(double val)(Code) | | |
dumpAll | public static void dumpAll()(Code) | | |
dumpHistogram | public synchronized void dumpHistogram()(Code) | | |
max | public synchronized double max()(Code) | | |
mean | public synchronized double mean()(Code) | | |
min | public synchronized double min()(Code) | | |
num | public synchronized int num()(Code) | | |
percentile | public synchronized double percentile(double pct)(Code) | | |
reset | public synchronized void reset()(Code) | | |
|
|