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