Class JMHSample_16_CompilerControl_exclude_jmhTest
- java.lang.Object
-
- org.openjdk.jmh.samples.jmh_generated.JMHSample_16_CompilerControl_exclude_jmhTest
-
public final class JMHSample_16_CompilerControl_exclude_jmhTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description JMHSample_16_CompilerControl_exclude_jmhTest()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description BenchmarkTaskResultexclude_AverageTime(InfraControl control, ThreadParams threadParams)static voidexclude_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_16_CompilerControl_jmhType l_jmhsample_16_compilercontrol0_0)static voidexclude_sample_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, SampleBuffer buffer, int targetSamples, long opsPerInv, int batchSize, JMHSample_16_CompilerControl_jmhType l_jmhsample_16_compilercontrol0_0)BenchmarkTaskResultexclude_SampleTime(InfraControl control, ThreadParams threadParams)BenchmarkTaskResultexclude_SingleShotTime(InfraControl control, ThreadParams threadParams)static voidexclude_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, JMHSample_16_CompilerControl_jmhType l_jmhsample_16_compilercontrol0_0)BenchmarkTaskResultexclude_Throughput(InfraControl control, ThreadParams threadParams)static voidexclude_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_16_CompilerControl_jmhType l_jmhsample_16_compilercontrol0_0)
-
-
-
Method Detail
-
exclude_Throughput
public BenchmarkTaskResult exclude_Throughput(InfraControl control, ThreadParams threadParams) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
exclude_thrpt_jmhStub
public static void exclude_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_16_CompilerControl_jmhType l_jmhsample_16_compilercontrol0_0) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
exclude_AverageTime
public BenchmarkTaskResult exclude_AverageTime(InfraControl control, ThreadParams threadParams) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
exclude_avgt_jmhStub
public static void exclude_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_16_CompilerControl_jmhType l_jmhsample_16_compilercontrol0_0) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
exclude_SampleTime
public BenchmarkTaskResult exclude_SampleTime(InfraControl control, ThreadParams threadParams) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
exclude_sample_jmhStub
public static void exclude_sample_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, SampleBuffer buffer, int targetSamples, long opsPerInv, int batchSize, JMHSample_16_CompilerControl_jmhType l_jmhsample_16_compilercontrol0_0) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
exclude_SingleShotTime
public BenchmarkTaskResult exclude_SingleShotTime(InfraControl control, ThreadParams threadParams) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
exclude_ss_jmhStub
public static void exclude_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, JMHSample_16_CompilerControl_jmhType l_jmhsample_16_compilercontrol0_0) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-