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 Constructor Description StackResultAggregator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StackProfiler.StackResultaggregate(Collection<StackProfiler.StackResult> results)Aggregate the results.
-
-
-
Method Detail
-
aggregate
public StackProfiler.StackResult aggregate(Collection<StackProfiler.StackResult> results)
Description copied from interface:AggregatorAggregate the results.- Specified by:
aggregatein interfaceAggregator<StackProfiler.StackResult>- Parameters:
results- results to aggregate- Returns:
- aggregated result; may throw exceptions on validation errors
-
-