protected abstract Aggregator<T> |
Result.getIterationAggregator()
Iteration aggregator combines the iteration results into benchmar result.
|
protected Aggregator<SingleShotResult> |
SingleShotResult.getIterationAggregator() |
protected Aggregator<AverageTimeResult> |
AverageTimeResult.getIterationAggregator() |
protected Aggregator<ThroughputResult> |
ThroughputResult.getIterationAggregator() |
protected Aggregator<SampleTimeResult> |
SampleTimeResult.getIterationAggregator() |
protected abstract Aggregator<T> |
Result.getThreadAggregator()
Thread aggregator combines the thread results into iteration result.
|
protected Aggregator<SingleShotResult> |
SingleShotResult.getThreadAggregator() |
protected Aggregator<AverageTimeResult> |
AverageTimeResult.getThreadAggregator() |
protected Aggregator<ThroughputResult> |
ThroughputResult.getThreadAggregator() |
protected Aggregator<SampleTimeResult> |
SampleTimeResult.getThreadAggregator() |