Class JMHSample_20_Annotations_measure_jmhTest
- java.lang.Object
-
- org.openjdk.jmh.samples.jmh_generated.JMHSample_20_Annotations_measure_jmhTest
-
public final class JMHSample_20_Annotations_measure_jmhTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description JMHSample_20_Annotations_measure_jmhTest()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description BenchmarkTaskResultmeasure_AverageTime(InfraControl control, ThreadParams threadParams)static voidmeasure_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_20_Annotations_jmhType l_jmhsample_20_annotations0_0)static voidmeasure_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_20_Annotations_jmhType l_jmhsample_20_annotations0_0)BenchmarkTaskResultmeasure_SampleTime(InfraControl control, ThreadParams threadParams)BenchmarkTaskResultmeasure_SingleShotTime(InfraControl control, ThreadParams threadParams)static voidmeasure_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, JMHSample_20_Annotations_jmhType l_jmhsample_20_annotations0_0)BenchmarkTaskResultmeasure_Throughput(InfraControl control, ThreadParams threadParams)static voidmeasure_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_20_Annotations_jmhType l_jmhsample_20_annotations0_0)
-
-
-
Method Detail
-
measure_Throughput
public BenchmarkTaskResult measure_Throughput(InfraControl control, ThreadParams threadParams) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
measure_thrpt_jmhStub
public static void measure_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_20_Annotations_jmhType l_jmhsample_20_annotations0_0) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
measure_AverageTime
public BenchmarkTaskResult measure_AverageTime(InfraControl control, ThreadParams threadParams) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
measure_avgt_jmhStub
public static void measure_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_20_Annotations_jmhType l_jmhsample_20_annotations0_0) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
measure_SampleTime
public BenchmarkTaskResult measure_SampleTime(InfraControl control, ThreadParams threadParams) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
measure_sample_jmhStub
public static void measure_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_20_Annotations_jmhType l_jmhsample_20_annotations0_0) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
measure_SingleShotTime
public BenchmarkTaskResult measure_SingleShotTime(InfraControl control, ThreadParams threadParams) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
measure_ss_jmhStub
public static void measure_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, JMHSample_20_Annotations_jmhType l_jmhsample_20_annotations0_0) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-