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