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