Package | Description |
---|---|
net.grinder.statistics |
The Grinder statistics engine.
|
Modifier and Type | Method and Description |
---|---|
StatisticsIndexMap.LongIndex |
StatisticsIndexMap.getLongIndex(String statisticName)
Obtain the index object for the named long statistic.
|
Modifier and Type | Method and Description |
---|---|
void |
StatisticsSet.addValue(StatisticsIndexMap.LongIndex index,
long value)
Add
value to the value specified by
index . |
PeakStatisticExpression |
StatisticExpressionFactory.createPeak(StatisticsIndexMap.LongIndex peakIndex,
StatisticExpression monitoredStatistic)
Create a peak long statistic.
|
StatisticExpression |
StatisticExpressionFactory.createPrimitive(StatisticsIndexMap.LongIndex index)
Create a primitive long expression.
|
long |
ImmutableStatisticsSet.getValue(StatisticsIndexMap.LongIndex index)
Return the value specified by
index . |
void |
StatisticsSet.setValue(StatisticsIndexMap.LongIndex index,
long value)
Set the value specified by
index . |
Copyright © 2000-2014. All Rights Reserved.