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