io.prometheus.benchmark.generated.GaugeBenchmark_jmh_B2 Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of benchmarks Show documentation
Show all versions of benchmarks Show documentation
Benchmarks of client performance, and comparison to other systems.
package io.prometheus.benchmark.generated;
import java.util.concurrent.atomic.AtomicIntegerFieldUpdater;
public class GaugeBenchmark_jmh_B2 extends GaugeBenchmark_jmh_B1 {
public volatile int setupTrialMutex;
public volatile int tearTrialMutex;
public final static AtomicIntegerFieldUpdater setupTrialMutexUpdater = AtomicIntegerFieldUpdater.newUpdater(GaugeBenchmark_jmh_B2.class, "setupTrialMutex");
public final static AtomicIntegerFieldUpdater tearTrialMutexUpdater = AtomicIntegerFieldUpdater.newUpdater(GaugeBenchmark_jmh_B2.class, "tearTrialMutex");
public volatile int setupIterationMutex;
public volatile int tearIterationMutex;
public final static AtomicIntegerFieldUpdater setupIterationMutexUpdater = AtomicIntegerFieldUpdater.newUpdater(GaugeBenchmark_jmh_B2.class, "setupIterationMutex");
public final static AtomicIntegerFieldUpdater tearIterationMutexUpdater = AtomicIntegerFieldUpdater.newUpdater(GaugeBenchmark_jmh_B2.class, "tearIterationMutex");
public volatile int setupInvocationMutex;
public volatile int tearInvocationMutex;
public final static AtomicIntegerFieldUpdater setupInvocationMutexUpdater = AtomicIntegerFieldUpdater.newUpdater(GaugeBenchmark_jmh_B2.class, "setupInvocationMutex");
public final static AtomicIntegerFieldUpdater tearInvocationMutexUpdater = AtomicIntegerFieldUpdater.newUpdater(GaugeBenchmark_jmh_B2.class, "tearInvocationMutex");
public volatile boolean readyTrial;
public volatile boolean readyIteration;
public volatile boolean readyInvocation;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy