public class ProfilerResultAggregator extends Object implements Aggregator<ProfilerResult>
Constructor and Description |
---|
ProfilerResultAggregator() |
Modifier and Type | Method and Description |
---|---|
ProfilerResult |
aggregate(Collection<ProfilerResult> results)
Aggregate the results.
|
public ProfilerResult aggregate(Collection<ProfilerResult> results)
Aggregator
aggregate
in interface Aggregator<ProfilerResult>
results
- results to aggregateCopyright © 2015. All rights reserved.