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