Uses of Class
org.openjdk.jmh.results.ScalarResult
-
Packages that use ScalarResult Package Description org.openjdk.jmh.profile org.openjdk.jmh.results -
-
Uses of ScalarResult in org.openjdk.jmh.profile
Subclasses of ScalarResult in org.openjdk.jmh.profile Modifier and Type Class Description (package private) static class
LinuxPerfNormProfiler.PerfResult
-
Uses of ScalarResult in org.openjdk.jmh.results
Methods in org.openjdk.jmh.results that return ScalarResult Modifier and Type Method Description ScalarResult
ScalarResult.ScalarResultAggregator. aggregate(java.util.Collection<ScalarResult> results)
protected ScalarResult
ScalarResult. getZeroResult()
Methods in org.openjdk.jmh.results that return types with arguments of type ScalarResult Modifier and Type Method Description protected Aggregator<ScalarResult>
ScalarResult. getIterationAggregator()
protected Aggregator<ScalarResult>
ScalarResult. getThreadAggregator()
Method parameters in org.openjdk.jmh.results with type arguments of type ScalarResult Modifier and Type Method Description ScalarResult
ScalarResult.ScalarResultAggregator. aggregate(java.util.Collection<ScalarResult> results)
-