Uses of Class
org.apache.commons.numbers.examples.jmh.core.SumPerformance.ArrayInput
-
Packages that use SumPerformance.ArrayInput Package Description org.apache.commons.numbers.examples.jmh.core Benchmarks for theorg.apache.commons.numbers.core
components.org.apache.commons.numbers.examples.jmh.core.generated -
-
Uses of SumPerformance.ArrayInput in org.apache.commons.numbers.examples.jmh.core
Methods in org.apache.commons.numbers.examples.jmh.core with parameters of type SumPerformance.ArrayInput Modifier and Type Method Description void
SumPerformance. baselineDouble(SumPerformance.ArrayInput input, org.openjdk.jmh.infra.Blackhole bh)
Benchmark baseline for functions that use two input arrays.void
SumPerformance. baselineSingle(SumPerformance.ArrayInput input, org.openjdk.jmh.infra.Blackhole bh)
Benchmark baseline for functions that use a single input array.void
SumPerformance. sum(SumPerformance.ArrayInput input, org.openjdk.jmh.infra.Blackhole bh)
Benchmark testingSum
addition performance.void
SumPerformance. sumOfProducts(SumPerformance.ArrayInput input, org.openjdk.jmh.infra.Blackhole bh)
Benchmark testingSum
linear combination performance. -
Uses of SumPerformance.ArrayInput in org.apache.commons.numbers.examples.jmh.core.generated
Subclasses of SumPerformance.ArrayInput in org.apache.commons.numbers.examples.jmh.core.generated Modifier and Type Class Description class
SumPerformance_ArrayInput_jmhType
class
SumPerformance_ArrayInput_jmhType_B1
class
SumPerformance_ArrayInput_jmhType_B2
class
SumPerformance_ArrayInput_jmhType_B3
-