Uses of Class
org.apache.commons.numbers.examples.jmh.complex.SinCosPerformance.Numbers
-
Packages that use SinCosPerformance.Numbers Package Description org.apache.commons.numbers.examples.jmh.complex Benchmarks for theorg.apache.commons.numbers.complex
components.org.apache.commons.numbers.examples.jmh.complex.generated -
-
Uses of SinCosPerformance.Numbers in org.apache.commons.numbers.examples.jmh.complex
Methods in org.apache.commons.numbers.examples.jmh.complex with parameters of type SinCosPerformance.Numbers Modifier and Type Method Description void
SinCosPerformance. baselineIdentity(SinCosPerformance.Numbers numbers, org.openjdk.jmh.infra.Blackhole bh)
Baseline the JMH overhead for all the benchmarks that create numbers.void
SinCosPerformance. fastMathCos(SinCosPerformance.Numbers numbers, org.openjdk.jmh.infra.Blackhole bh)
BenchmarkFastMath.cos(double)
.void
SinCosPerformance. fastMathSin(SinCosPerformance.Numbers numbers, org.openjdk.jmh.infra.Blackhole bh)
BenchmarkFastMath.sin(double)
.void
SinCosPerformance. mathCos(SinCosPerformance.Numbers numbers, org.openjdk.jmh.infra.Blackhole bh)
BenchmarkMath.cos(double)
.void
SinCosPerformance. mathSin(SinCosPerformance.Numbers numbers, org.openjdk.jmh.infra.Blackhole bh)
BenchmarkMath.sin(double)
.void
SinCosPerformance. mathSin2(SinCosPerformance.Numbers numbers, org.openjdk.jmh.infra.Blackhole bh)
Explicit benchmark without using a method reference. -
Uses of SinCosPerformance.Numbers in org.apache.commons.numbers.examples.jmh.complex.generated
Subclasses of SinCosPerformance.Numbers in org.apache.commons.numbers.examples.jmh.complex.generated Modifier and Type Class Description class
SinCosPerformance_Numbers_jmhType
class
SinCosPerformance_Numbers_jmhType_B1
class
SinCosPerformance_Numbers_jmhType_B2
class
SinCosPerformance_Numbers_jmhType_B3
-