Class AllocatorBenchmark_jmhType_B2
- java.lang.Object
-
- org.caffinitas.ohc.jmh.AllocatorBenchmark
-
- org.caffinitas.ohc.jmh.jmh_generated.AllocatorBenchmark_jmhType_B1
-
- org.caffinitas.ohc.jmh.jmh_generated.AllocatorBenchmark_jmhType_B2
-
- Direct Known Subclasses:
AllocatorBenchmark_jmhType_B3
public class AllocatorBenchmark_jmhType_B2 extends AllocatorBenchmark_jmhType_B1
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.caffinitas.ohc.jmh.AllocatorBenchmark
AllocatorBenchmark.Allocations, AllocatorBenchmark.Rand
-
-
Field Summary
Fields Modifier and Type Field Description booleanreadyInvocationbooleanreadyIterationbooleanreadyTrialintsetupInvocationMutexstatic AtomicIntegerFieldUpdater<AllocatorBenchmark_jmhType_B2>setupInvocationMutexUpdaterintsetupIterationMutexstatic AtomicIntegerFieldUpdater<AllocatorBenchmark_jmhType_B2>setupIterationMutexUpdaterintsetupTrialMutexstatic AtomicIntegerFieldUpdater<AllocatorBenchmark_jmhType_B2>setupTrialMutexUpdaterinttearInvocationMutexstatic AtomicIntegerFieldUpdater<AllocatorBenchmark_jmhType_B2>tearInvocationMutexUpdaterinttearIterationMutexstatic AtomicIntegerFieldUpdater<AllocatorBenchmark_jmhType_B2>tearIterationMutexUpdaterinttearTrialMutexstatic AtomicIntegerFieldUpdater<AllocatorBenchmark_jmhType_B2>tearTrialMutexUpdater
-
Constructor Summary
Constructors Constructor Description AllocatorBenchmark_jmhType_B2()
-
Method Summary
-
Methods inherited from class org.caffinitas.ohc.jmh.AllocatorBenchmark
allocateMultiThreaded, allocateSingleThreaded, createAllocator, tearDown
-
-
-
-
Field Detail
-
setupTrialMutex
public volatile int setupTrialMutex
-
tearTrialMutex
public volatile int tearTrialMutex
-
setupTrialMutexUpdater
public static final AtomicIntegerFieldUpdater<AllocatorBenchmark_jmhType_B2> setupTrialMutexUpdater
-
tearTrialMutexUpdater
public static final AtomicIntegerFieldUpdater<AllocatorBenchmark_jmhType_B2> tearTrialMutexUpdater
-
setupIterationMutex
public volatile int setupIterationMutex
-
tearIterationMutex
public volatile int tearIterationMutex
-
setupIterationMutexUpdater
public static final AtomicIntegerFieldUpdater<AllocatorBenchmark_jmhType_B2> setupIterationMutexUpdater
-
tearIterationMutexUpdater
public static final AtomicIntegerFieldUpdater<AllocatorBenchmark_jmhType_B2> tearIterationMutexUpdater
-
setupInvocationMutex
public volatile int setupInvocationMutex
-
tearInvocationMutex
public volatile int tearInvocationMutex
-
setupInvocationMutexUpdater
public static final AtomicIntegerFieldUpdater<AllocatorBenchmark_jmhType_B2> setupInvocationMutexUpdater
-
tearInvocationMutexUpdater
public static final AtomicIntegerFieldUpdater<AllocatorBenchmark_jmhType_B2> tearInvocationMutexUpdater
-
readyTrial
public volatile boolean readyTrial
-
readyIteration
public volatile boolean readyIteration
-
readyInvocation
public volatile boolean readyInvocation
-
-