Uses of Class
org.openjdk.jmh.results.SampleTimeResult
-
Packages that use SampleTimeResult Package Description org.openjdk.jmh.results -
-
Uses of SampleTimeResult in org.openjdk.jmh.results
Methods in org.openjdk.jmh.results that return SampleTimeResult Modifier and Type Method Description SampleTimeResult
SampleTimeResult.JoiningAggregator. aggregate(java.util.Collection<SampleTimeResult> results)
Methods in org.openjdk.jmh.results that return types with arguments of type SampleTimeResult Modifier and Type Method Description protected Aggregator<SampleTimeResult>
SampleTimeResult. getIterationAggregator()
protected Aggregator<SampleTimeResult>
SampleTimeResult. getThreadAggregator()
Method parameters in org.openjdk.jmh.results with type arguments of type SampleTimeResult Modifier and Type Method Description SampleTimeResult
SampleTimeResult.JoiningAggregator. aggregate(java.util.Collection<SampleTimeResult> results)
-