Package | Description |
---|---|
net.grinder.statistics |
The Grinder statistics engine.
|
Modifier and Type | Method and Description |
---|---|
StatisticsIndexMap.DoubleSampleIndex |
StatisticsIndexMap.getDoubleSampleIndex(String statisticName)
Obtain the index object for the named double sample statistic.
|
Modifier and Type | Method and Description |
---|---|
void |
StatisticsSet.addSample(StatisticsIndexMap.DoubleSampleIndex index,
double value)
Add sample
value to the sample statistic specified by
index . |
double |
ImmutableStatisticsSet.getSum(StatisticsIndexMap.DoubleSampleIndex index)
Get the total sample value for the sample statistic specified by
index . |
void |
StatisticsSet.reset(StatisticsIndexMap.DoubleSampleIndex index)
Reset the sample statistic specified by
index . |
Copyright © 2000-2014. All Rights Reserved.