Package | Description |
---|---|
net.grinder.console.model |
The console model.
|
net.grinder.engine.process |
Worker process implementation.
|
net.grinder.statistics |
The Grinder statistics engine.
|
Modifier and Type | Method and Description |
---|---|
StatisticsSet |
ModelTestIndex.getCumulativeStatistics(int testIndex)
Get the cumulative test statistics for a given test.
|
StatisticsSet |
ModelTestIndex.getLastSampleStatistics(int testIndex)
Get the last sample statistics for a given test.
|
StatisticsSet |
SampleModelImplementation.getTotalCumulativeStatistics()
Get the cumulative statistics for this model.
|
StatisticsSet |
SampleModel.getTotalCumulativeStatistics()
Get the cumulative statistics for this model.
|
StatisticsSet |
SampleModelImplementation.getTotalLatestStatistics()
Get the total statistics for the latest sample.
|
StatisticsSet |
SampleModel.getTotalLatestStatistics()
Get the total statistics for the latest sample.
|
Modifier and Type | Method and Description |
---|---|
void |
SampleListener.update(StatisticsSet intervalStatistics,
StatisticsSet cumulativeStatistics)
Called when new statistics are available.
|
Modifier and Type | Method and Description |
---|---|
StatisticsSet |
DataLogArguments.getStatistics()
The statistics for the test execution.
|
Modifier and Type | Method and Description |
---|---|
StatisticsSet |
TestStatisticsMap.compositeStatisticsTotals()
Add up all the composite statistics.
|
StatisticsSet |
StatisticsSetFactory.create()
Factory method.
|
StatisticsSet |
TestStatisticsMap.nonCompositeStatisticsTotals()
Add up all the non-composite statistics.
|
StatisticsSet |
ImmutableStatisticsSet.snapshot()
Clone this object.
|
Modifier and Type | Method and Description |
---|---|
double |
TestStatisticsQueries.getAverageTestTime(StatisticsSet statistics)
Return the value obtained by dividing the timedTests sample
statistics total attribute by its count attribute.
|
double |
StatisticExpression.getDoubleValue(StatisticsSet statisticsSet)
|
long |
StatisticExpression.getLongValue(StatisticsSet statisticsSet)
Apply this
StatisticExpression to the given StatisticsSet and return the result as a long ,
rounding as necessary. |
long |
TestStatisticsQueries.getNumberOfErrors(StatisticsSet statistics)
Return the value of the errors statistic.
|
long |
TestStatisticsQueries.getNumberOfTests(StatisticsSet statistics)
Return the number of tests.
|
protected abstract void |
TestStatisticsMap.ForEach.next(Test test,
StatisticsSet statistics)
Receives a call for each item in the iteration.
|
void |
TestStatisticsMap.put(Test test,
StatisticsSet statistics)
Put a new {test, statistics} pair in the map.
|
void |
PeakStatisticExpression.update(StatisticsSet monitoredStatistics,
StatisticsSet peakStorageStatistics)
When called, the peak value of monitored expression applied to
monitoredStatistics is calculated and stored in the
given peakStorageStatistics . |
Copyright © 2000-2014. All Rights Reserved.