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