Class ComplexPerformance_jmhType_B2
- java.lang.Object
-
- org.apache.commons.numbers.examples.jmh.complex.ComplexPerformance
-
- org.apache.commons.numbers.examples.jmh.complex.generated.ComplexPerformance_jmhType_B1
-
- org.apache.commons.numbers.examples.jmh.complex.generated.ComplexPerformance_jmhType_B2
-
- Direct Known Subclasses:
ComplexPerformance_jmhType_B3
public class ComplexPerformance_jmhType_B2 extends ComplexPerformance_jmhType_B1
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.commons.numbers.examples.jmh.complex.ComplexPerformance
ComplexPerformance.ComplexAndRealNumbers, ComplexPerformance.ComplexNumbers, ComplexPerformance.ComplexNumberSize, ComplexPerformance.TwoComplexNumbers
-
-
Field Summary
Fields Modifier and Type Field Description boolean
readyInvocation
boolean
readyIteration
boolean
readyTrial
int
setupInvocationMutex
static AtomicIntegerFieldUpdater<ComplexPerformance_jmhType_B2>
setupInvocationMutexUpdater
int
setupIterationMutex
static AtomicIntegerFieldUpdater<ComplexPerformance_jmhType_B2>
setupIterationMutexUpdater
int
setupTrialMutex
static AtomicIntegerFieldUpdater<ComplexPerformance_jmhType_B2>
setupTrialMutexUpdater
int
tearInvocationMutex
static AtomicIntegerFieldUpdater<ComplexPerformance_jmhType_B2>
tearInvocationMutexUpdater
int
tearIterationMutex
static AtomicIntegerFieldUpdater<ComplexPerformance_jmhType_B2>
tearIterationMutexUpdater
int
tearTrialMutex
static AtomicIntegerFieldUpdater<ComplexPerformance_jmhType_B2>
tearTrialMutexUpdater
-
Constructor Summary
Constructors Constructor Description ComplexPerformance_jmhType_B2()
-
Method Summary
-
Methods inherited from class org.apache.commons.numbers.examples.jmh.complex.ComplexPerformance
abs, absMathHypot, acos, acosh, add, addReal, arg, asin, asinh, atan, atanh, baselineCopy, baselineIdentity, conj, conj2, cos, cosh, divide, divideReal, exp, imag, isFinite, isInfinite, isNaN, log, log10, multiply, multiplyReal, negate, norm, pow, powReal, proj, real, real2, sin, sinh, sqrt, sqrtNorm, subtract, subtractReal, tan, tanh
-
-
-
-
Field Detail
-
setupTrialMutex
public volatile int setupTrialMutex
-
tearTrialMutex
public volatile int tearTrialMutex
-
setupTrialMutexUpdater
public static final AtomicIntegerFieldUpdater<ComplexPerformance_jmhType_B2> setupTrialMutexUpdater
-
tearTrialMutexUpdater
public static final AtomicIntegerFieldUpdater<ComplexPerformance_jmhType_B2> tearTrialMutexUpdater
-
setupIterationMutex
public volatile int setupIterationMutex
-
tearIterationMutex
public volatile int tearIterationMutex
-
setupIterationMutexUpdater
public static final AtomicIntegerFieldUpdater<ComplexPerformance_jmhType_B2> setupIterationMutexUpdater
-
tearIterationMutexUpdater
public static final AtomicIntegerFieldUpdater<ComplexPerformance_jmhType_B2> tearIterationMutexUpdater
-
setupInvocationMutex
public volatile int setupInvocationMutex
-
tearInvocationMutex
public volatile int tearInvocationMutex
-
setupInvocationMutexUpdater
public static final AtomicIntegerFieldUpdater<ComplexPerformance_jmhType_B2> setupInvocationMutexUpdater
-
tearInvocationMutexUpdater
public static final AtomicIntegerFieldUpdater<ComplexPerformance_jmhType_B2> tearInvocationMutexUpdater
-
readyTrial
public volatile boolean readyTrial
-
readyIteration
public volatile boolean readyIteration
-
readyInvocation
public volatile boolean readyInvocation
-
-