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