Package org.openjdk.jmh.results
Class ThroughputResult.ThroughputAggregator
java.lang.Object
org.openjdk.jmh.results.ThroughputResult.ThroughputAggregator
- All Implemented Interfaces:
Aggregator<ThroughputResult>
- Enclosing class:
ThroughputResult
static class ThroughputResult.ThroughputAggregator
extends Object
implements Aggregator<ThroughputResult>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaggregate
(Collection<ThroughputResult> results) Aggregate the results.
-
Field Details
-
policy
-
-
Constructor Details
-
ThroughputAggregator
ThroughputAggregator(AggregationPolicy policy)
-
-
Method Details
-
aggregate
Description copied from interface:Aggregator
Aggregate the results.- Specified by:
aggregate
in interfaceAggregator<ThroughputResult>
- Parameters:
results
- results to aggregate- Returns:
- aggregated result; may throw exceptions on validation errors
-