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