Class PausesProfiler.PausesProfilerResult.JoiningAggregator

java.lang.Object
org.openjdk.jmh.profile.PausesProfiler.PausesProfilerResult.JoiningAggregator
All Implemented Interfaces:
Aggregator<PausesProfiler.PausesProfilerResult>
Enclosing class:
PausesProfiler.PausesProfilerResult

private static class PausesProfiler.PausesProfilerResult.JoiningAggregator extends Object implements Aggregator<PausesProfiler.PausesProfilerResult>
Always add up all the samples into final result. This will allow aggregate result to achieve better accuracy.