static class LinuxPerfProfiler.PerfResultAggregator extends java.lang.Object implements Aggregator<LinuxPerfProfiler.PerfResult>
Constructor and Description |
---|
PerfResultAggregator() |
Modifier and Type | Method and Description |
---|---|
LinuxPerfProfiler.PerfResult |
aggregate(java.util.Collection<LinuxPerfProfiler.PerfResult> results)
Aggregate the results.
|
public LinuxPerfProfiler.PerfResult aggregate(java.util.Collection<LinuxPerfProfiler.PerfResult> results)
Aggregator
aggregate
in interface Aggregator<LinuxPerfProfiler.PerfResult>
results
- results to aggregate