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 classLinuxPerfNormProfiler.PerfResult -
Uses of ScalarResult in org.openjdk.jmh.results
Methods in org.openjdk.jmh.results that return ScalarResult Modifier and Type Method Description ScalarResultScalarResult.ScalarResultAggregator. aggregate(java.util.Collection<ScalarResult> results)protected ScalarResultScalarResult. 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 ScalarResultScalarResult.ScalarResultAggregator. aggregate(java.util.Collection<ScalarResult> results)
-