Class LoggerBenchmark_jmhType_B2
java.lang.Object
org.drasyl.AbstractBenchmark
org.drasyl.util.logging.LoggerBenchmark
org.drasyl.util.logging.jmh_generated.LoggerBenchmark_jmhType_B1
org.drasyl.util.logging.jmh_generated.LoggerBenchmark_jmhType_B2
- Direct Known Subclasses:
LoggerBenchmark_jmhType_B3
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanbooleanbooleanintstatic final AtomicIntegerFieldUpdater<LoggerBenchmark_jmhType_B2>intstatic final AtomicIntegerFieldUpdater<LoggerBenchmark_jmhType_B2>intstatic final AtomicIntegerFieldUpdater<LoggerBenchmark_jmhType_B2>intstatic final AtomicIntegerFieldUpdater<LoggerBenchmark_jmhType_B2>intstatic final AtomicIntegerFieldUpdater<LoggerBenchmark_jmhType_B2>intstatic final AtomicIntegerFieldUpdater<LoggerBenchmark_jmhType_B2>Fields inherited from class org.drasyl.AbstractBenchmark
BASE_JVM_ARGS, DEFAULT_FORKS, DEFAULT_MEASURE_ITERATIONS, DEFAULT_WARMUP_ITERATIONS -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.drasyl.util.logging.LoggerBenchmark
logDisabledMsgOnly, logDisabledWith100Args, logDisabledWith100Suppliers, logDisabledWith10Args, logDisabledWith10Suppliers, logDisabledWith1Arg, logDisabledWith1Supplier, logEnabledMsgOnly, logEnabledWith100Args, logEnabledWith100Suppliers, logEnabledWith10Args, logEnabledWith10Suppliers, logEnabledWith1Arg, logEnabledWith1Supplier, setupMethods inherited from class org.drasyl.AbstractBenchmark
getForks, getMeasureIterations, getReportDir, getTimeout, getWarmupIterations, handleUnexpectedException, jvmArgs, newOptionsBuilder
-
Field Details
-
setupTrialMutex
public volatile int setupTrialMutex -
tearTrialMutex
public volatile int tearTrialMutex -
setupTrialMutexUpdater
-
tearTrialMutexUpdater
-
setupIterationMutex
public volatile int setupIterationMutex -
tearIterationMutex
public volatile int tearIterationMutex -
setupIterationMutexUpdater
public static final AtomicIntegerFieldUpdater<LoggerBenchmark_jmhType_B2> setupIterationMutexUpdater -
tearIterationMutexUpdater
-
setupInvocationMutex
public volatile int setupInvocationMutex -
tearInvocationMutex
public volatile int tearInvocationMutex -
setupInvocationMutexUpdater
public static final AtomicIntegerFieldUpdater<LoggerBenchmark_jmhType_B2> setupInvocationMutexUpdater -
tearInvocationMutexUpdater
public static final AtomicIntegerFieldUpdater<LoggerBenchmark_jmhType_B2> tearInvocationMutexUpdater -
readyTrial
public volatile boolean readyTrial -
readyIteration
public volatile boolean readyIteration -
readyInvocation
public volatile boolean readyInvocation
-
-
Constructor Details
-
LoggerBenchmark_jmhType_B2
public LoggerBenchmark_jmhType_B2()
-