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