Class SampleTimeResult.JoiningAggregator

java.lang.Object
org.openjdk.jmh.results.SampleTimeResult.JoiningAggregator
All Implemented Interfaces:
Aggregator<SampleTimeResult>
Enclosing class:
SampleTimeResult

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