Class JMHSample_27_Params_bench_jmhTest
- java.lang.Object
-
- org.openjdk.jmh.samples.jmh_generated.JMHSample_27_Params_bench_jmhTest
-
public final class JMHSample_27_Params_bench_jmhTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description JMHSample_27_Params_bench_jmhTest()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description BenchmarkTaskResultbench_AverageTime(InfraControl control, ThreadParams threadParams)static voidbench_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_27_Params_jmhType l_jmhsample_27_params0_G)static voidbench_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_27_Params_jmhType l_jmhsample_27_params0_G)BenchmarkTaskResultbench_SampleTime(InfraControl control, ThreadParams threadParams)BenchmarkTaskResultbench_SingleShotTime(InfraControl control, ThreadParams threadParams)static voidbench_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, JMHSample_27_Params_jmhType l_jmhsample_27_params0_G)BenchmarkTaskResultbench_Throughput(InfraControl control, ThreadParams threadParams)static voidbench_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_27_Params_jmhType l_jmhsample_27_params0_G)
-
-
-
Method Detail
-
bench_Throughput
public BenchmarkTaskResult bench_Throughput(InfraControl control, ThreadParams threadParams) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
bench_thrpt_jmhStub
public static void bench_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_27_Params_jmhType l_jmhsample_27_params0_G) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
bench_AverageTime
public BenchmarkTaskResult bench_AverageTime(InfraControl control, ThreadParams threadParams) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
bench_avgt_jmhStub
public static void bench_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_27_Params_jmhType l_jmhsample_27_params0_G) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
bench_SampleTime
public BenchmarkTaskResult bench_SampleTime(InfraControl control, ThreadParams threadParams) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
bench_sample_jmhStub
public static void bench_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_27_Params_jmhType l_jmhsample_27_params0_G) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
bench_SingleShotTime
public BenchmarkTaskResult bench_SingleShotTime(InfraControl control, ThreadParams threadParams) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
bench_ss_jmhStub
public static void bench_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, JMHSample_27_Params_jmhType l_jmhsample_27_params0_G) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-