Package org.openjdk.jmh.results
Class ScalarDerivativeResult.ScalarResultAggregator
- java.lang.Object
-
- org.openjdk.jmh.results.ScalarDerivativeResult.ScalarResultAggregator
-
- All Implemented Interfaces:
Aggregator<ScalarDerivativeResult>
- Enclosing class:
- ScalarDerivativeResult
static class ScalarDerivativeResult.ScalarResultAggregator extends java.lang.Object implements Aggregator<ScalarDerivativeResult>
-
-
Constructor Summary
Constructors Constructor Description ScalarResultAggregator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ScalarDerivativeResult
aggregate(java.util.Collection<ScalarDerivativeResult> results)
Aggregate the results.
-
-
-
Method Detail
-
aggregate
public ScalarDerivativeResult aggregate(java.util.Collection<ScalarDerivativeResult> results)
Description copied from interface:Aggregator
Aggregate the results.- Specified by:
aggregate
in interfaceAggregator<ScalarDerivativeResult>
- Parameters:
results
- results to aggregate- Returns:
- aggregated result; may throw exceptions on validation errors
-
-