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 java.lang.Object implements Aggregator<LinuxPerfProfiler.PerfResult>
-
-
Constructor Summary
Constructors Constructor Description PerfResultAggregator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LinuxPerfProfiler.PerfResult
aggregate(java.util.Collection<LinuxPerfProfiler.PerfResult> results)
Aggregate the results.
-
-
-
Method Detail
-
aggregate
public LinuxPerfProfiler.PerfResult aggregate(java.util.Collection<LinuxPerfProfiler.PerfResult> results)
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
-
-