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