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