Class SinCosPerformance_jmhType_B2
- java.lang.Object
-
- org.apache.commons.numbers.examples.jmh.complex.SinCosPerformance
-
- org.apache.commons.numbers.examples.jmh.complex.generated.SinCosPerformance_jmhType_B1
-
- org.apache.commons.numbers.examples.jmh.complex.generated.SinCosPerformance_jmhType_B2
-
- Direct Known Subclasses:
SinCosPerformance_jmhType_B3
public class SinCosPerformance_jmhType_B2 extends SinCosPerformance_jmhType_B1
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.commons.numbers.examples.jmh.complex.SinCosPerformance
SinCosPerformance.BaseNumbers, SinCosPerformance.Numbers, SinCosPerformance.NumberSize, SinCosPerformance.UniformNumbers
-
-
Field Summary
Fields Modifier and Type Field Description boolean
readyInvocation
boolean
readyIteration
boolean
readyTrial
int
setupInvocationMutex
static AtomicIntegerFieldUpdater<SinCosPerformance_jmhType_B2>
setupInvocationMutexUpdater
int
setupIterationMutex
static AtomicIntegerFieldUpdater<SinCosPerformance_jmhType_B2>
setupIterationMutexUpdater
int
setupTrialMutex
static AtomicIntegerFieldUpdater<SinCosPerformance_jmhType_B2>
setupTrialMutexUpdater
int
tearInvocationMutex
static AtomicIntegerFieldUpdater<SinCosPerformance_jmhType_B2>
tearInvocationMutexUpdater
int
tearIterationMutex
static AtomicIntegerFieldUpdater<SinCosPerformance_jmhType_B2>
tearIterationMutexUpdater
int
tearTrialMutex
static AtomicIntegerFieldUpdater<SinCosPerformance_jmhType_B2>
tearTrialMutexUpdater
-
Constructor Summary
Constructors Constructor Description SinCosPerformance_jmhType_B2()
-
Method Summary
-
Methods inherited from class org.apache.commons.numbers.examples.jmh.complex.SinCosPerformance
baselineIdentity, fastMathCos, fastMathSin, mathCos, mathSin, mathSin2, rangeFastMathSin, rangeMathSin
-
-
-
-
Field Detail
-
setupTrialMutex
public volatile int setupTrialMutex
-
tearTrialMutex
public volatile int tearTrialMutex
-
setupTrialMutexUpdater
public static final AtomicIntegerFieldUpdater<SinCosPerformance_jmhType_B2> setupTrialMutexUpdater
-
tearTrialMutexUpdater
public static final AtomicIntegerFieldUpdater<SinCosPerformance_jmhType_B2> tearTrialMutexUpdater
-
setupIterationMutex
public volatile int setupIterationMutex
-
tearIterationMutex
public volatile int tearIterationMutex
-
setupIterationMutexUpdater
public static final AtomicIntegerFieldUpdater<SinCosPerformance_jmhType_B2> setupIterationMutexUpdater
-
tearIterationMutexUpdater
public static final AtomicIntegerFieldUpdater<SinCosPerformance_jmhType_B2> tearIterationMutexUpdater
-
setupInvocationMutex
public volatile int setupInvocationMutex
-
tearInvocationMutex
public volatile int tearInvocationMutex
-
setupInvocationMutexUpdater
public static final AtomicIntegerFieldUpdater<SinCosPerformance_jmhType_B2> setupInvocationMutexUpdater
-
tearInvocationMutexUpdater
public static final AtomicIntegerFieldUpdater<SinCosPerformance_jmhType_B2> tearInvocationMutexUpdater
-
readyTrial
public volatile boolean readyTrial
-
readyIteration
public volatile boolean readyIteration
-
readyInvocation
public volatile boolean readyInvocation
-
-