Uses of Class
org.openjdk.jmh.infra.Blackhole
-
Packages that use Blackhole Package Description org.openjdk.jmh.benchmarks org.openjdk.jmh.benchmarks.jmh_generated org.openjdk.jmh.samples org.openjdk.jmh.samples.jmh_generated -
-
Uses of Blackhole in org.openjdk.jmh.benchmarks
Methods in org.openjdk.jmh.benchmarks with parameters of type Blackhole Modifier and Type Method Description void
BlackholeBench. explicit_Array(Blackhole bh)
void
BlackholeBench. explicit_boolean(Blackhole bh)
void
BlackholeBench. explicit_byte(Blackhole bh)
void
BlackholeBench. explicit_char(Blackhole bh)
void
BlackholeBench. explicit_double(Blackhole bh)
void
BlackholeBench. explicit_float(Blackhole bh)
void
BlackholeBench. explicit_int(Blackhole bh)
void
BlackholeBench. explicit_long(Blackhole bh)
void
BlackholeBench. explicit_Object(Blackhole bh)
void
BlackholeBench. explicit_short(Blackhole bh)
void
BlackholeValueBench. test(Blackhole bh)
void
BlackholePipelineBench. test_Array(Blackhole bh)
void
BlackholePipelinePayloadBench. test_Array(Blackhole bh)
void
BlackholePipelineBench. test_boolean(Blackhole bh)
void
BlackholePipelinePayloadBench. test_boolean(Blackhole bh)
void
BlackholeConsecutiveBench. test_boolean_1(Blackhole bh)
void
BlackholeConsecutiveBench. test_boolean_4(Blackhole bh)
void
BlackholeConsecutiveBench. test_boolean_8(Blackhole bh)
void
BlackholePipelineBench. test_byte(Blackhole bh)
void
BlackholePipelinePayloadBench. test_byte(Blackhole bh)
void
BlackholeConsecutiveBench. test_byte_1(Blackhole bh)
void
BlackholeConsecutiveBench. test_byte_4(Blackhole bh)
void
BlackholeConsecutiveBench. test_byte_8(Blackhole bh)
void
BlackholePipelineBench. test_char(Blackhole bh)
void
BlackholePipelinePayloadBench. test_char(Blackhole bh)
void
BlackholeConsecutiveBench. test_char_1(Blackhole bh)
void
BlackholeConsecutiveBench. test_char_4(Blackhole bh)
void
BlackholeConsecutiveBench. test_char_8(Blackhole bh)
void
BlackholePipelineBench. test_double(Blackhole bh)
void
BlackholePipelinePayloadBench. test_double(Blackhole bh)
void
BlackholeConsecutiveBench. test_double_1(Blackhole bh)
void
BlackholeConsecutiveBench. test_double_4(Blackhole bh)
void
BlackholeConsecutiveBench. test_double_8(Blackhole bh)
void
BlackholePipelineBench. test_float(Blackhole bh)
void
BlackholePipelinePayloadBench. test_float(Blackhole bh)
void
BlackholeConsecutiveBench. test_float_1(Blackhole bh)
void
BlackholeConsecutiveBench. test_float_4(Blackhole bh)
void
BlackholeConsecutiveBench. test_float_8(Blackhole bh)
void
BlackholePipelineBench. test_int(Blackhole bh)
void
BlackholePipelinePayloadBench. test_int(Blackhole bh)
void
BlackholeConsecutiveBench. test_int_1(Blackhole bh)
void
BlackholeConsecutiveBench. test_int_4(Blackhole bh)
void
BlackholeConsecutiveBench. test_int_8(Blackhole bh)
void
BlackholePipelineBench. test_long(Blackhole bh)
void
BlackholePipelinePayloadBench. test_long(Blackhole bh)
void
BlackholeConsecutiveBench. test_long_1(Blackhole bh)
void
BlackholeConsecutiveBench. test_long_4(Blackhole bh)
void
BlackholeConsecutiveBench. test_long_8(Blackhole bh)
void
BlackholePipelineBench. test_Object(Blackhole bh)
void
BlackholePipelinePayloadBench. test_Object(Blackhole bh)
void
BlackholeConsecutiveBench. test_Object_1(Blackhole bh)
void
BlackholeConsecutiveBench. test_Object_4(Blackhole bh)
void
BlackholeConsecutiveBench. test_Object_8(Blackhole bh)
void
BlackholePipelineBench. test_short(Blackhole bh)
void
BlackholePipelinePayloadBench. test_short(Blackhole bh)
void
BlackholeConsecutiveBench. test_short_1(Blackhole bh)
void
BlackholeConsecutiveBench. test_short_4(Blackhole bh)
void
BlackholeConsecutiveBench. test_short_8(Blackhole bh)
-
Uses of Blackhole in org.openjdk.jmh.benchmarks.jmh_generated
Fields in org.openjdk.jmh.benchmarks.jmh_generated declared as Blackhole Modifier and Type Field Description (package private) Blackhole
BlackholeBench_baseline_jmhTest. blackhole
(package private) Blackhole
BlackholeBench_explicit_Array_jmhTest. blackhole
(package private) Blackhole
BlackholeBench_explicit_boolean_jmhTest. blackhole
(package private) Blackhole
BlackholeBench_explicit_byte_jmhTest. blackhole
(package private) Blackhole
BlackholeBench_explicit_char_jmhTest. blackhole
(package private) Blackhole
BlackholeBench_explicit_double_jmhTest. blackhole
(package private) Blackhole
BlackholeBench_explicit_float_jmhTest. blackhole
(package private) Blackhole
BlackholeBench_explicit_int_jmhTest. blackhole
(package private) Blackhole
BlackholeBench_explicit_long_jmhTest. blackhole
(package private) Blackhole
BlackholeBench_explicit_Object_jmhTest. blackhole
(package private) Blackhole
BlackholeBench_explicit_short_jmhTest. blackhole
(package private) Blackhole
BlackholeBench_implicit_Array_jmhTest. blackhole
(package private) Blackhole
BlackholeBench_implicit_boolean_jmhTest. blackhole
(package private) Blackhole
BlackholeBench_implicit_byte_jmhTest. blackhole
(package private) Blackhole
BlackholeBench_implicit_char_jmhTest. blackhole
(package private) Blackhole
BlackholeBench_implicit_double_jmhTest. blackhole
(package private) Blackhole
BlackholeBench_implicit_float_jmhTest. blackhole
(package private) Blackhole
BlackholeBench_implicit_int_jmhTest. blackhole
(package private) Blackhole
BlackholeBench_implicit_long_jmhTest. blackhole
(package private) Blackhole
BlackholeBench_implicit_Object_jmhTest. blackhole
(package private) Blackhole
BlackholeBench_implicit_short_jmhTest. blackhole
(package private) Blackhole
BlackholeConsecutiveBench_test_boolean_1_jmhTest. blackhole
(package private) Blackhole
BlackholeConsecutiveBench_test_boolean_4_jmhTest. blackhole
(package private) Blackhole
BlackholeConsecutiveBench_test_boolean_8_jmhTest. blackhole
(package private) Blackhole
BlackholeConsecutiveBench_test_byte_1_jmhTest. blackhole
(package private) Blackhole
BlackholeConsecutiveBench_test_byte_4_jmhTest. blackhole
(package private) Blackhole
BlackholeConsecutiveBench_test_byte_8_jmhTest. blackhole
(package private) Blackhole
BlackholeConsecutiveBench_test_char_1_jmhTest. blackhole
(package private) Blackhole
BlackholeConsecutiveBench_test_char_4_jmhTest. blackhole
(package private) Blackhole
BlackholeConsecutiveBench_test_char_8_jmhTest. blackhole
(package private) Blackhole
BlackholeConsecutiveBench_test_double_1_jmhTest. blackhole
(package private) Blackhole
BlackholeConsecutiveBench_test_double_4_jmhTest. blackhole
(package private) Blackhole
BlackholeConsecutiveBench_test_double_8_jmhTest. blackhole
(package private) Blackhole
BlackholeConsecutiveBench_test_float_1_jmhTest. blackhole
(package private) Blackhole
BlackholeConsecutiveBench_test_float_4_jmhTest. blackhole
(package private) Blackhole
BlackholeConsecutiveBench_test_float_8_jmhTest. blackhole
(package private) Blackhole
BlackholeConsecutiveBench_test_int_1_jmhTest. blackhole
(package private) Blackhole
BlackholeConsecutiveBench_test_int_4_jmhTest. blackhole
(package private) Blackhole
BlackholeConsecutiveBench_test_int_8_jmhTest. blackhole
(package private) Blackhole
BlackholeConsecutiveBench_test_long_1_jmhTest. blackhole
(package private) Blackhole
BlackholeConsecutiveBench_test_long_4_jmhTest. blackhole
(package private) Blackhole
BlackholeConsecutiveBench_test_long_8_jmhTest. blackhole
(package private) Blackhole
BlackholeConsecutiveBench_test_Object_1_jmhTest. blackhole
(package private) Blackhole
BlackholeConsecutiveBench_test_Object_4_jmhTest. blackhole
(package private) Blackhole
BlackholeConsecutiveBench_test_Object_8_jmhTest. blackhole
(package private) Blackhole
BlackholeConsecutiveBench_test_short_1_jmhTest. blackhole
(package private) Blackhole
BlackholeConsecutiveBench_test_short_4_jmhTest. blackhole
(package private) Blackhole
BlackholeConsecutiveBench_test_short_8_jmhTest. blackhole
(package private) Blackhole
BlackholeConsumeCPUBench_consume_jmhTest. blackhole
(package private) Blackhole
BlackholePipelineBench_test_Array_jmhTest. blackhole
(package private) Blackhole
BlackholePipelineBench_test_boolean_jmhTest. blackhole
(package private) Blackhole
BlackholePipelineBench_test_byte_jmhTest. blackhole
(package private) Blackhole
BlackholePipelineBench_test_char_jmhTest. blackhole
(package private) Blackhole
BlackholePipelineBench_test_double_jmhTest. blackhole
(package private) Blackhole
BlackholePipelineBench_test_float_jmhTest. blackhole
(package private) Blackhole
BlackholePipelineBench_test_int_jmhTest. blackhole
(package private) Blackhole
BlackholePipelineBench_test_long_jmhTest. blackhole
(package private) Blackhole
BlackholePipelineBench_test_Object_jmhTest. blackhole
(package private) Blackhole
BlackholePipelineBench_test_short_jmhTest. blackhole
(package private) Blackhole
BlackholePipelinePayloadBench_test_Array_jmhTest. blackhole
(package private) Blackhole
BlackholePipelinePayloadBench_test_boolean_jmhTest. blackhole
(package private) Blackhole
BlackholePipelinePayloadBench_test_byte_jmhTest. blackhole
(package private) Blackhole
BlackholePipelinePayloadBench_test_char_jmhTest. blackhole
(package private) Blackhole
BlackholePipelinePayloadBench_test_double_jmhTest. blackhole
(package private) Blackhole
BlackholePipelinePayloadBench_test_float_jmhTest. blackhole
(package private) Blackhole
BlackholePipelinePayloadBench_test_int_jmhTest. blackhole
(package private) Blackhole
BlackholePipelinePayloadBench_test_long_jmhTest. blackhole
(package private) Blackhole
BlackholePipelinePayloadBench_test_Object_jmhTest. blackhole
(package private) Blackhole
BlackholePipelinePayloadBench_test_short_jmhTest. blackhole
(package private) Blackhole
BlackholeValueBench_test_jmhTest. blackhole
(package private) Blackhole
CompilerHintsBench_baseI_baseline_jmhTest. blackhole
(package private) Blackhole
CompilerHintsBench_baseI_dontInline_jmhTest. blackhole
(package private) Blackhole
CompilerHintsBench_baseI_exclude_jmhTest. blackhole
(package private) Blackhole
CompilerHintsBench_baseI_inline_jmhTest. blackhole
(package private) Blackhole
CompilerHintsBench_baseNI_baseline_jmhTest. blackhole
(package private) Blackhole
CompilerHintsBench_baseNI_dontInline_jmhTest. blackhole
(package private) Blackhole
CompilerHintsBench_baseNI_exclude_jmhTest. blackhole
(package private) Blackhole
CompilerHintsBench_baseNI_inline_jmhTest. blackhole
(package private) Blackhole
CurrentTimeMillisTimerBench_granularity_jmhTest. blackhole
(package private) Blackhole
CurrentTimeMillisTimerBench_latency_jmhTest. blackhole
(package private) Blackhole
EmptyBench_empty_jmhTest. blackhole
(package private) Blackhole
LevelInvocationBench_benchmark_setup_jmhTest. blackhole
(package private) Blackhole
LevelInvocationBench_benchmark_teardown_jmhTest. blackhole
(package private) Blackhole
LevelInvocationBench_group_setup_jmhTest. blackhole
(package private) Blackhole
LevelInvocationBench_group_teardown_jmhTest. blackhole
(package private) Blackhole
LevelInvocationBench_raw_jmhTest. blackhole
(package private) Blackhole
LevelInvocationBench_thread_setup_jmhTest. blackhole
(package private) Blackhole
LevelInvocationBench_thread_teardown_jmhTest. blackhole
(package private) Blackhole
LevelIterationBench_benchmark_setup_jmhTest. blackhole
(package private) Blackhole
LevelIterationBench_benchmark_teardown_jmhTest. blackhole
(package private) Blackhole
LevelIterationBench_group_setup_jmhTest. blackhole
(package private) Blackhole
LevelIterationBench_group_teardown_jmhTest. blackhole
(package private) Blackhole
LevelIterationBench_raw_jmhTest. blackhole
(package private) Blackhole
LevelIterationBench_thread_setup_jmhTest. blackhole
(package private) Blackhole
LevelIterationBench_thread_teardown_jmhTest. blackhole
(package private) Blackhole
LevelTrialBench_benchmark_setup_jmhTest. blackhole
(package private) Blackhole
LevelTrialBench_benchmark_teardown_jmhTest. blackhole
(package private) Blackhole
LevelTrialBench_group_setup_jmhTest. blackhole
(package private) Blackhole
LevelTrialBench_group_teardown_jmhTest. blackhole
(package private) Blackhole
LevelTrialBench_raw_jmhTest. blackhole
(package private) Blackhole
LevelTrialBench_thread_setup_jmhTest. blackhole
(package private) Blackhole
LevelTrialBench_thread_teardown_jmhTest. blackhole
(package private) Blackhole
NanoTimerBench_granularity_jmhTest. blackhole
(package private) Blackhole
NanoTimerBench_latency_jmhTest. blackhole
(package private) Blackhole
ScoreStabilityBench_test_jmhTest. blackhole
(package private) Blackhole
ThermalRundownBench_test_jmhTest. blackhole
(package private) Blackhole
ThreadScalingBench_test_jmhTest. blackhole
Methods in org.openjdk.jmh.benchmarks.jmh_generated with parameters of type Blackhole Modifier and Type Method Description static void
CompilerHintsBench_baseI_baseline_jmhTest. baseI_baseline_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, CompilerHintsBench_jmhType l_compilerhintsbench0_0)
static void
CompilerHintsBench_baseI_baseline_jmhTest. baseI_baseline_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, CompilerHintsBench_jmhType l_compilerhintsbench0_0)
static void
CompilerHintsBench_baseI_baseline_jmhTest. baseI_baseline_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, CompilerHintsBench_jmhType l_compilerhintsbench0_0)
static void
CompilerHintsBench_baseI_baseline_jmhTest. baseI_baseline_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, CompilerHintsBench_jmhType l_compilerhintsbench0_0)
static void
CompilerHintsBench_baseI_dontInline_jmhTest. baseI_dontInline_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, CompilerHintsBench_jmhType l_compilerhintsbench0_0)
static void
CompilerHintsBench_baseI_dontInline_jmhTest. baseI_dontInline_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, CompilerHintsBench_jmhType l_compilerhintsbench0_0)
static void
CompilerHintsBench_baseI_dontInline_jmhTest. baseI_dontInline_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, CompilerHintsBench_jmhType l_compilerhintsbench0_0)
static void
CompilerHintsBench_baseI_dontInline_jmhTest. baseI_dontInline_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, CompilerHintsBench_jmhType l_compilerhintsbench0_0)
static void
CompilerHintsBench_baseI_exclude_jmhTest. baseI_exclude_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, CompilerHintsBench_jmhType l_compilerhintsbench0_0)
static void
CompilerHintsBench_baseI_exclude_jmhTest. baseI_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, CompilerHintsBench_jmhType l_compilerhintsbench0_0)
static void
CompilerHintsBench_baseI_exclude_jmhTest. baseI_exclude_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, CompilerHintsBench_jmhType l_compilerhintsbench0_0)
static void
CompilerHintsBench_baseI_exclude_jmhTest. baseI_exclude_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, CompilerHintsBench_jmhType l_compilerhintsbench0_0)
static void
CompilerHintsBench_baseI_inline_jmhTest. baseI_inline_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, CompilerHintsBench_jmhType l_compilerhintsbench0_0)
static void
CompilerHintsBench_baseI_inline_jmhTest. baseI_inline_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, CompilerHintsBench_jmhType l_compilerhintsbench0_0)
static void
CompilerHintsBench_baseI_inline_jmhTest. baseI_inline_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, CompilerHintsBench_jmhType l_compilerhintsbench0_0)
static void
CompilerHintsBench_baseI_inline_jmhTest. baseI_inline_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, CompilerHintsBench_jmhType l_compilerhintsbench0_0)
static void
BlackholeBench_baseline_jmhTest. baseline_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, BlackholeBench_jmhType l_blackholebench0_0)
static void
BlackholeBench_baseline_jmhTest. baseline_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, BlackholeBench_jmhType l_blackholebench0_0)
static void
BlackholeBench_baseline_jmhTest. baseline_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, BlackholeBench_jmhType l_blackholebench0_0)
static void
BlackholeBench_baseline_jmhTest. baseline_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, BlackholeBench_jmhType l_blackholebench0_0)
static void
CompilerHintsBench_baseNI_baseline_jmhTest. baseNI_baseline_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, CompilerHintsBench_jmhType l_compilerhintsbench0_0)
static void
CompilerHintsBench_baseNI_baseline_jmhTest. baseNI_baseline_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, CompilerHintsBench_jmhType l_compilerhintsbench0_0)
static void
CompilerHintsBench_baseNI_baseline_jmhTest. baseNI_baseline_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, CompilerHintsBench_jmhType l_compilerhintsbench0_0)
static void
CompilerHintsBench_baseNI_baseline_jmhTest. baseNI_baseline_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, CompilerHintsBench_jmhType l_compilerhintsbench0_0)
static void
CompilerHintsBench_baseNI_dontInline_jmhTest. baseNI_dontInline_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, CompilerHintsBench_jmhType l_compilerhintsbench0_0)
static void
CompilerHintsBench_baseNI_dontInline_jmhTest. baseNI_dontInline_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, CompilerHintsBench_jmhType l_compilerhintsbench0_0)
static void
CompilerHintsBench_baseNI_dontInline_jmhTest. baseNI_dontInline_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, CompilerHintsBench_jmhType l_compilerhintsbench0_0)
static void
CompilerHintsBench_baseNI_dontInline_jmhTest. baseNI_dontInline_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, CompilerHintsBench_jmhType l_compilerhintsbench0_0)
static void
CompilerHintsBench_baseNI_exclude_jmhTest. baseNI_exclude_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, CompilerHintsBench_jmhType l_compilerhintsbench0_0)
static void
CompilerHintsBench_baseNI_exclude_jmhTest. baseNI_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, CompilerHintsBench_jmhType l_compilerhintsbench0_0)
static void
CompilerHintsBench_baseNI_exclude_jmhTest. baseNI_exclude_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, CompilerHintsBench_jmhType l_compilerhintsbench0_0)
static void
CompilerHintsBench_baseNI_exclude_jmhTest. baseNI_exclude_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, CompilerHintsBench_jmhType l_compilerhintsbench0_0)
static void
CompilerHintsBench_baseNI_inline_jmhTest. baseNI_inline_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, CompilerHintsBench_jmhType l_compilerhintsbench0_0)
static void
CompilerHintsBench_baseNI_inline_jmhTest. baseNI_inline_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, CompilerHintsBench_jmhType l_compilerhintsbench0_0)
static void
CompilerHintsBench_baseNI_inline_jmhTest. baseNI_inline_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, CompilerHintsBench_jmhType l_compilerhintsbench0_0)
static void
CompilerHintsBench_baseNI_inline_jmhTest. baseNI_inline_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, CompilerHintsBench_jmhType l_compilerhintsbench0_0)
static void
LevelInvocationBench_benchmark_setup_jmhTest. benchmark_setup_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, LevelInvocationBench_BenchmarkSetup_jmhType l_benchmarksetup1_G, LevelInvocationBench_jmhType l_levelinvocationbench0_0)
static void
LevelIterationBench_benchmark_setup_jmhTest. benchmark_setup_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, LevelIterationBench_BenchmarkSetup_jmhType l_benchmarksetup1_G, LevelIterationBench_jmhType l_leveliterationbench0_0)
static void
LevelTrialBench_benchmark_setup_jmhTest. benchmark_setup_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, LevelTrialBench_BenchmarkSetup_jmhType l_benchmarksetup1_G, LevelTrialBench_jmhType l_leveltrialbench0_0)
static void
LevelInvocationBench_benchmark_setup_jmhTest. benchmark_setup_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, LevelInvocationBench_BenchmarkSetup_jmhType l_benchmarksetup1_G, LevelInvocationBench_jmhType l_levelinvocationbench0_0)
static void
LevelIterationBench_benchmark_setup_jmhTest. benchmark_setup_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, LevelIterationBench_BenchmarkSetup_jmhType l_benchmarksetup1_G, LevelIterationBench_jmhType l_leveliterationbench0_0)
static void
LevelTrialBench_benchmark_setup_jmhTest. benchmark_setup_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, LevelTrialBench_BenchmarkSetup_jmhType l_benchmarksetup1_G, LevelTrialBench_jmhType l_leveltrialbench0_0)
static void
LevelInvocationBench_benchmark_setup_jmhTest. benchmark_setup_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, LevelInvocationBench_BenchmarkSetup_jmhType l_benchmarksetup1_G, LevelInvocationBench_jmhType l_levelinvocationbench0_0)
static void
LevelIterationBench_benchmark_setup_jmhTest. benchmark_setup_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, LevelIterationBench_BenchmarkSetup_jmhType l_benchmarksetup1_G, LevelIterationBench_jmhType l_leveliterationbench0_0)
static void
LevelTrialBench_benchmark_setup_jmhTest. benchmark_setup_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, LevelTrialBench_BenchmarkSetup_jmhType l_benchmarksetup1_G, LevelTrialBench_jmhType l_leveltrialbench0_0)
static void
LevelInvocationBench_benchmark_setup_jmhTest. benchmark_setup_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, LevelInvocationBench_BenchmarkSetup_jmhType l_benchmarksetup1_G, LevelInvocationBench_jmhType l_levelinvocationbench0_0)
static void
LevelIterationBench_benchmark_setup_jmhTest. benchmark_setup_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, LevelIterationBench_BenchmarkSetup_jmhType l_benchmarksetup1_G, LevelIterationBench_jmhType l_leveliterationbench0_0)
static void
LevelTrialBench_benchmark_setup_jmhTest. benchmark_setup_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, LevelTrialBench_BenchmarkSetup_jmhType l_benchmarksetup1_G, LevelTrialBench_jmhType l_leveltrialbench0_0)
static void
LevelInvocationBench_benchmark_teardown_jmhTest. benchmark_teardown_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, LevelInvocationBench_BenchmarkTeardown_jmhType l_benchmarkteardown1_G, LevelInvocationBench_jmhType l_levelinvocationbench0_0)
static void
LevelIterationBench_benchmark_teardown_jmhTest. benchmark_teardown_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, LevelIterationBench_BenchmarkTeardown_jmhType l_benchmarkteardown1_G, LevelIterationBench_jmhType l_leveliterationbench0_0)
static void
LevelTrialBench_benchmark_teardown_jmhTest. benchmark_teardown_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, LevelTrialBench_BenchmarkTeardown_jmhType l_benchmarkteardown1_G, LevelTrialBench_jmhType l_leveltrialbench0_0)
static void
LevelInvocationBench_benchmark_teardown_jmhTest. benchmark_teardown_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, LevelInvocationBench_BenchmarkTeardown_jmhType l_benchmarkteardown1_G, LevelInvocationBench_jmhType l_levelinvocationbench0_0)
static void
LevelIterationBench_benchmark_teardown_jmhTest. benchmark_teardown_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, LevelIterationBench_BenchmarkTeardown_jmhType l_benchmarkteardown1_G, LevelIterationBench_jmhType l_leveliterationbench0_0)
static void
LevelTrialBench_benchmark_teardown_jmhTest. benchmark_teardown_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, LevelTrialBench_BenchmarkTeardown_jmhType l_benchmarkteardown1_G, LevelTrialBench_jmhType l_leveltrialbench0_0)
static void
LevelInvocationBench_benchmark_teardown_jmhTest. benchmark_teardown_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, LevelInvocationBench_BenchmarkTeardown_jmhType l_benchmarkteardown1_G, LevelInvocationBench_jmhType l_levelinvocationbench0_0)
static void
LevelIterationBench_benchmark_teardown_jmhTest. benchmark_teardown_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, LevelIterationBench_BenchmarkTeardown_jmhType l_benchmarkteardown1_G, LevelIterationBench_jmhType l_leveliterationbench0_0)
static void
LevelTrialBench_benchmark_teardown_jmhTest. benchmark_teardown_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, LevelTrialBench_BenchmarkTeardown_jmhType l_benchmarkteardown1_G, LevelTrialBench_jmhType l_leveltrialbench0_0)
static void
LevelInvocationBench_benchmark_teardown_jmhTest. benchmark_teardown_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, LevelInvocationBench_BenchmarkTeardown_jmhType l_benchmarkteardown1_G, LevelInvocationBench_jmhType l_levelinvocationbench0_0)
static void
LevelIterationBench_benchmark_teardown_jmhTest. benchmark_teardown_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, LevelIterationBench_BenchmarkTeardown_jmhType l_benchmarkteardown1_G, LevelIterationBench_jmhType l_leveliterationbench0_0)
static void
LevelTrialBench_benchmark_teardown_jmhTest. benchmark_teardown_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, LevelTrialBench_BenchmarkTeardown_jmhType l_benchmarkteardown1_G, LevelTrialBench_jmhType l_leveltrialbench0_0)
static void
BlackholeConsumeCPUBench_consume_jmhTest. consume_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, BlackholeConsumeCPUBench_jmhType l_blackholeconsumecpubench0_G)
static void
BlackholeConsumeCPUBench_consume_jmhTest. consume_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, BlackholeConsumeCPUBench_jmhType l_blackholeconsumecpubench0_G)
static void
BlackholeConsumeCPUBench_consume_jmhTest. consume_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, BlackholeConsumeCPUBench_jmhType l_blackholeconsumecpubench0_G)
static void
BlackholeConsumeCPUBench_consume_jmhTest. consume_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, BlackholeConsumeCPUBench_jmhType l_blackholeconsumecpubench0_G)
static void
EmptyBench_empty_jmhTest. empty_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, EmptyBench_jmhType l_emptybench0_0)
static void
EmptyBench_empty_jmhTest. empty_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, EmptyBench_jmhType l_emptybench0_0)
static void
EmptyBench_empty_jmhTest. empty_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, EmptyBench_jmhType l_emptybench0_0)
static void
EmptyBench_empty_jmhTest. empty_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, EmptyBench_jmhType l_emptybench0_0)
static void
BlackholeBench_explicit_Array_jmhTest. explicit_Array_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, BlackholeBench_jmhType l_blackholebench0_0)
static void
BlackholeBench_explicit_Array_jmhTest. explicit_Array_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, BlackholeBench_jmhType l_blackholebench0_0)
static void
BlackholeBench_explicit_Array_jmhTest. explicit_Array_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, BlackholeBench_jmhType l_blackholebench0_0)
static void
BlackholeBench_explicit_Array_jmhTest. explicit_Array_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, BlackholeBench_jmhType l_blackholebench0_0)
static void
BlackholeBench_explicit_boolean_jmhTest. explicit_boolean_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, BlackholeBench_jmhType l_blackholebench0_0)
static void
BlackholeBench_explicit_boolean_jmhTest. explicit_boolean_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, BlackholeBench_jmhType l_blackholebench0_0)
static void
BlackholeBench_explicit_boolean_jmhTest. explicit_boolean_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, BlackholeBench_jmhType l_blackholebench0_0)
static void
BlackholeBench_explicit_boolean_jmhTest. explicit_boolean_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, BlackholeBench_jmhType l_blackholebench0_0)
static void
BlackholeBench_explicit_byte_jmhTest. explicit_byte_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, BlackholeBench_jmhType l_blackholebench0_0)
static void
BlackholeBench_explicit_byte_jmhTest. explicit_byte_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, BlackholeBench_jmhType l_blackholebench0_0)
static void
BlackholeBench_explicit_byte_jmhTest. explicit_byte_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, BlackholeBench_jmhType l_blackholebench0_0)
static void
BlackholeBench_explicit_byte_jmhTest. explicit_byte_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, BlackholeBench_jmhType l_blackholebench0_0)
static void
BlackholeBench_explicit_char_jmhTest. explicit_char_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, BlackholeBench_jmhType l_blackholebench0_0)
static void
BlackholeBench_explicit_char_jmhTest. explicit_char_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, BlackholeBench_jmhType l_blackholebench0_0)
static void
BlackholeBench_explicit_char_jmhTest. explicit_char_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, BlackholeBench_jmhType l_blackholebench0_0)
static void
BlackholeBench_explicit_char_jmhTest. explicit_char_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, BlackholeBench_jmhType l_blackholebench0_0)
static void
BlackholeBench_explicit_double_jmhTest. explicit_double_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, BlackholeBench_jmhType l_blackholebench0_0)
static void
BlackholeBench_explicit_double_jmhTest. explicit_double_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, BlackholeBench_jmhType l_blackholebench0_0)
static void
BlackholeBench_explicit_double_jmhTest. explicit_double_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, BlackholeBench_jmhType l_blackholebench0_0)
static void
BlackholeBench_explicit_double_jmhTest. explicit_double_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, BlackholeBench_jmhType l_blackholebench0_0)
static void
BlackholeBench_explicit_float_jmhTest. explicit_float_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, BlackholeBench_jmhType l_blackholebench0_0)
static void
BlackholeBench_explicit_float_jmhTest. explicit_float_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, BlackholeBench_jmhType l_blackholebench0_0)
static void
BlackholeBench_explicit_float_jmhTest. explicit_float_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, BlackholeBench_jmhType l_blackholebench0_0)
static void
BlackholeBench_explicit_float_jmhTest. explicit_float_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, BlackholeBench_jmhType l_blackholebench0_0)
static void
BlackholeBench_explicit_int_jmhTest. explicit_int_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, BlackholeBench_jmhType l_blackholebench0_0)
static void
BlackholeBench_explicit_int_jmhTest. explicit_int_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, BlackholeBench_jmhType l_blackholebench0_0)
static void
BlackholeBench_explicit_int_jmhTest. explicit_int_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, BlackholeBench_jmhType l_blackholebench0_0)
static void
BlackholeBench_explicit_int_jmhTest. explicit_int_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, BlackholeBench_jmhType l_blackholebench0_0)
static void
BlackholeBench_explicit_long_jmhTest. explicit_long_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, BlackholeBench_jmhType l_blackholebench0_0)
static void
BlackholeBench_explicit_long_jmhTest. explicit_long_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, BlackholeBench_jmhType l_blackholebench0_0)
static void
BlackholeBench_explicit_long_jmhTest. explicit_long_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, BlackholeBench_jmhType l_blackholebench0_0)
static void
BlackholeBench_explicit_long_jmhTest. explicit_long_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, BlackholeBench_jmhType l_blackholebench0_0)
static void
BlackholeBench_explicit_Object_jmhTest. explicit_Object_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, BlackholeBench_jmhType l_blackholebench0_0)
static void
BlackholeBench_explicit_Object_jmhTest. explicit_Object_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, BlackholeBench_jmhType l_blackholebench0_0)
static void
BlackholeBench_explicit_Object_jmhTest. explicit_Object_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, BlackholeBench_jmhType l_blackholebench0_0)
static void
BlackholeBench_explicit_Object_jmhTest. explicit_Object_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, BlackholeBench_jmhType l_blackholebench0_0)
static void
BlackholeBench_explicit_short_jmhTest. explicit_short_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, BlackholeBench_jmhType l_blackholebench0_0)
static void
BlackholeBench_explicit_short_jmhTest. explicit_short_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, BlackholeBench_jmhType l_blackholebench0_0)
static void
BlackholeBench_explicit_short_jmhTest. explicit_short_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, BlackholeBench_jmhType l_blackholebench0_0)
static void
BlackholeBench_explicit_short_jmhTest. explicit_short_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, BlackholeBench_jmhType l_blackholebench0_0)
static void
CurrentTimeMillisTimerBench_granularity_jmhTest. granularity_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, CurrentTimeMillisTimerBench_jmhType l_currenttimemillistimerbench0_0)
static void
NanoTimerBench_granularity_jmhTest. granularity_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, NanoTimerBench_jmhType l_nanotimerbench0_0)
static void
CurrentTimeMillisTimerBench_granularity_jmhTest. granularity_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, CurrentTimeMillisTimerBench_jmhType l_currenttimemillistimerbench0_0)
static void
NanoTimerBench_granularity_jmhTest. granularity_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, NanoTimerBench_jmhType l_nanotimerbench0_0)
static void
CurrentTimeMillisTimerBench_granularity_jmhTest. granularity_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, CurrentTimeMillisTimerBench_jmhType l_currenttimemillistimerbench0_0)
static void
NanoTimerBench_granularity_jmhTest. granularity_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, NanoTimerBench_jmhType l_nanotimerbench0_0)
static void
CurrentTimeMillisTimerBench_granularity_jmhTest. granularity_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, CurrentTimeMillisTimerBench_jmhType l_currenttimemillistimerbench0_0)
static void
NanoTimerBench_granularity_jmhTest. granularity_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, NanoTimerBench_jmhType l_nanotimerbench0_0)
static void
LevelInvocationBench_group_setup_jmhTest. group_setup_1_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, LevelInvocationBench_GroupSetup_jmhType l_groupsetup1_G, LevelInvocationBench_jmhType l_levelinvocationbench0_1)
static void
LevelIterationBench_group_setup_jmhTest. group_setup_1_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, LevelIterationBench_GroupSetup_jmhType l_groupsetup1_G, LevelIterationBench_jmhType l_leveliterationbench0_1)
static void
LevelTrialBench_group_setup_jmhTest. group_setup_1_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, LevelTrialBench_GroupSetup_jmhType l_groupsetup1_G, LevelTrialBench_jmhType l_leveltrialbench0_1)
static void
LevelInvocationBench_group_setup_jmhTest. group_setup_1_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, LevelInvocationBench_GroupSetup_jmhType l_groupsetup1_G, LevelInvocationBench_jmhType l_levelinvocationbench0_1)
static void
LevelIterationBench_group_setup_jmhTest. group_setup_1_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, LevelIterationBench_GroupSetup_jmhType l_groupsetup1_G, LevelIterationBench_jmhType l_leveliterationbench0_1)
static void
LevelTrialBench_group_setup_jmhTest. group_setup_1_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, LevelTrialBench_GroupSetup_jmhType l_groupsetup1_G, LevelTrialBench_jmhType l_leveltrialbench0_1)
static void
LevelInvocationBench_group_setup_jmhTest. group_setup_1_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, LevelInvocationBench_GroupSetup_jmhType l_groupsetup1_G, LevelInvocationBench_jmhType l_levelinvocationbench0_1)
static void
LevelIterationBench_group_setup_jmhTest. group_setup_1_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, LevelIterationBench_GroupSetup_jmhType l_groupsetup1_G, LevelIterationBench_jmhType l_leveliterationbench0_1)
static void
LevelTrialBench_group_setup_jmhTest. group_setup_1_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, LevelTrialBench_GroupSetup_jmhType l_groupsetup1_G, LevelTrialBench_jmhType l_leveltrialbench0_1)
static void
LevelInvocationBench_group_setup_jmhTest. group_setup_1_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, LevelInvocationBench_GroupSetup_jmhType l_groupsetup1_G, LevelInvocationBench_jmhType l_levelinvocationbench0_1)
static void
LevelIterationBench_group_setup_jmhTest. group_setup_1_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, LevelIterationBench_GroupSetup_jmhType l_groupsetup1_G, LevelIterationBench_jmhType l_leveliterationbench0_1)
static void
LevelTrialBench_group_setup_jmhTest. group_setup_1_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, LevelTrialBench_GroupSetup_jmhType l_groupsetup1_G, LevelTrialBench_jmhType l_leveltrialbench0_1)
static void
LevelInvocationBench_group_setup_jmhTest. group_setup_2_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, LevelInvocationBench_GroupSetup_jmhType l_groupsetup1_G, LevelInvocationBench_jmhType l_levelinvocationbench0_1)
static void
LevelIterationBench_group_setup_jmhTest. group_setup_2_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, LevelIterationBench_GroupSetup_jmhType l_groupsetup1_G, LevelIterationBench_jmhType l_leveliterationbench0_1)
static void
LevelTrialBench_group_setup_jmhTest. group_setup_2_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, LevelTrialBench_GroupSetup_jmhType l_groupsetup1_G, LevelTrialBench_jmhType l_leveltrialbench0_1)
static void
LevelInvocationBench_group_setup_jmhTest. group_setup_2_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, LevelInvocationBench_GroupSetup_jmhType l_groupsetup1_G, LevelInvocationBench_jmhType l_levelinvocationbench0_1)
static void
LevelIterationBench_group_setup_jmhTest. group_setup_2_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, LevelIterationBench_GroupSetup_jmhType l_groupsetup1_G, LevelIterationBench_jmhType l_leveliterationbench0_1)
static void
LevelTrialBench_group_setup_jmhTest. group_setup_2_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, LevelTrialBench_GroupSetup_jmhType l_groupsetup1_G, LevelTrialBench_jmhType l_leveltrialbench0_1)
static void
LevelInvocationBench_group_setup_jmhTest. group_setup_2_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, LevelInvocationBench_GroupSetup_jmhType l_groupsetup1_G, LevelInvocationBench_jmhType l_levelinvocationbench0_1)
static void
LevelIterationBench_group_setup_jmhTest. group_setup_2_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, LevelIterationBench_GroupSetup_jmhType l_groupsetup1_G, LevelIterationBench_jmhType l_leveliterationbench0_1)
static void
LevelTrialBench_group_setup_jmhTest. group_setup_2_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, LevelTrialBench_GroupSetup_jmhType l_groupsetup1_G, LevelTrialBench_jmhType l_leveltrialbench0_1)
static void
LevelInvocationBench_group_setup_jmhTest. group_setup_2_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, LevelInvocationBench_GroupSetup_jmhType l_groupsetup1_G, LevelInvocationBench_jmhType l_levelinvocationbench0_1)
static void
LevelIterationBench_group_setup_jmhTest. group_setup_2_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, LevelIterationBench_GroupSetup_jmhType l_groupsetup1_G, LevelIterationBench_jmhType l_leveliterationbench0_1)
static void
LevelTrialBench_group_setup_jmhTest. group_setup_2_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, LevelTrialBench_GroupSetup_jmhType l_groupsetup1_G, LevelTrialBench_jmhType l_leveltrialbench0_1)
static void
LevelInvocationBench_group_teardown_jmhTest. group_teardown_1_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, LevelInvocationBench_GroupTeardown_jmhType l_groupteardown1_G, LevelInvocationBench_jmhType l_levelinvocationbench0_1)
static void
LevelIterationBench_group_teardown_jmhTest. group_teardown_1_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, LevelIterationBench_GroupTeardown_jmhType l_groupteardown1_G, LevelIterationBench_jmhType l_leveliterationbench0_1)
static void
LevelTrialBench_group_teardown_jmhTest. group_teardown_1_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, LevelTrialBench_GroupTeardown_jmhType l_groupteardown1_G, LevelTrialBench_jmhType l_leveltrialbench0_1)
static void
LevelInvocationBench_group_teardown_jmhTest. group_teardown_1_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, LevelInvocationBench_GroupTeardown_jmhType l_groupteardown1_G, LevelInvocationBench_jmhType l_levelinvocationbench0_1)
static void
LevelIterationBench_group_teardown_jmhTest. group_teardown_1_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, LevelIterationBench_GroupTeardown_jmhType l_groupteardown1_G, LevelIterationBench_jmhType l_leveliterationbench0_1)
static void
LevelTrialBench_group_teardown_jmhTest. group_teardown_1_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, LevelTrialBench_GroupTeardown_jmhType l_groupteardown1_G, LevelTrialBench_jmhType l_leveltrialbench0_1)
static void
LevelInvocationBench_group_teardown_jmhTest. group_teardown_1_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, LevelInvocationBench_GroupTeardown_jmhType l_groupteardown1_G, LevelInvocationBench_jmhType l_levelinvocationbench0_1)
static void
LevelIterationBench_group_teardown_jmhTest. group_teardown_1_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, LevelIterationBench_GroupTeardown_jmhType l_groupteardown1_G, LevelIterationBench_jmhType l_leveliterationbench0_1)
static void
LevelTrialBench_group_teardown_jmhTest. group_teardown_1_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, LevelTrialBench_GroupTeardown_jmhType l_groupteardown1_G, LevelTrialBench_jmhType l_leveltrialbench0_1)
static void
LevelInvocationBench_group_teardown_jmhTest. group_teardown_1_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, LevelInvocationBench_GroupTeardown_jmhType l_groupteardown1_G, LevelInvocationBench_jmhType l_levelinvocationbench0_1)
static void
LevelIterationBench_group_teardown_jmhTest. group_teardown_1_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, LevelIterationBench_GroupTeardown_jmhType l_groupteardown1_G, LevelIterationBench_jmhType l_leveliterationbench0_1)
static void
LevelTrialBench_group_teardown_jmhTest. group_teardown_1_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, LevelTrialBench_GroupTeardown_jmhType l_groupteardown1_G, LevelTrialBench_jmhType l_leveltrialbench0_1)
static void
LevelInvocationBench_group_teardown_jmhTest. group_teardown_2_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, LevelInvocationBench_GroupTeardown_jmhType l_groupteardown1_G, LevelInvocationBench_jmhType l_levelinvocationbench0_1)
static void
LevelIterationBench_group_teardown_jmhTest. group_teardown_2_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, LevelIterationBench_GroupTeardown_jmhType l_groupteardown1_G, LevelIterationBench_jmhType l_leveliterationbench0_1)
static void
LevelTrialBench_group_teardown_jmhTest. group_teardown_2_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, LevelTrialBench_GroupTeardown_jmhType l_groupteardown1_G, LevelTrialBench_jmhType l_leveltrialbench0_1)
static void
LevelInvocationBench_group_teardown_jmhTest. group_teardown_2_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, LevelInvocationBench_GroupTeardown_jmhType l_groupteardown1_G, LevelInvocationBench_jmhType l_levelinvocationbench0_1)
static void
LevelIterationBench_group_teardown_jmhTest. group_teardown_2_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, LevelIterationBench_GroupTeardown_jmhType l_groupteardown1_G, LevelIterationBench_jmhType l_leveliterationbench0_1)
static void
LevelTrialBench_group_teardown_jmhTest. group_teardown_2_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, LevelTrialBench_GroupTeardown_jmhType l_groupteardown1_G, LevelTrialBench_jmhType l_leveltrialbench0_1)
static void
LevelInvocationBench_group_teardown_jmhTest. group_teardown_2_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, LevelInvocationBench_GroupTeardown_jmhType l_groupteardown1_G, LevelInvocationBench_jmhType l_levelinvocationbench0_1)
static void
LevelIterationBench_group_teardown_jmhTest. group_teardown_2_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, LevelIterationBench_GroupTeardown_jmhType l_groupteardown1_G, LevelIterationBench_jmhType l_leveliterationbench0_1)
static void
LevelTrialBench_group_teardown_jmhTest. group_teardown_2_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, LevelTrialBench_GroupTeardown_jmhType l_groupteardown1_G, LevelTrialBench_jmhType l_leveltrialbench0_1)
static void
LevelInvocationBench_group_teardown_jmhTest. group_teardown_2_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, LevelInvocationBench_GroupTeardown_jmhType l_groupteardown1_G, LevelInvocationBench_jmhType l_levelinvocationbench0_1)
static void
LevelIterationBench_group_teardown_jmhTest. group_teardown_2_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, LevelIterationBench_GroupTeardown_jmhType l_groupteardown1_G, LevelIterationBench_jmhType l_leveliterationbench0_1)
static void
LevelTrialBench_group_teardown_jmhTest. group_teardown_2_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, LevelTrialBench_GroupTeardown_jmhType l_groupteardown1_G, LevelTrialBench_jmhType l_leveltrialbench0_1)
static void
BlackholeBench_implicit_Array_jmhTest. implicit_Array_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, BlackholeBench_jmhType l_blackholebench0_0)
static void
BlackholeBench_implicit_Array_jmhTest. implicit_Array_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, BlackholeBench_jmhType l_blackholebench0_0)
static void
BlackholeBench_implicit_Array_jmhTest. implicit_Array_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, BlackholeBench_jmhType l_blackholebench0_0)
static void
BlackholeBench_implicit_Array_jmhTest. implicit_Array_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, BlackholeBench_jmhType l_blackholebench0_0)
static void
BlackholeBench_implicit_boolean_jmhTest. implicit_boolean_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, BlackholeBench_jmhType l_blackholebench0_0)
static void
BlackholeBench_implicit_boolean_jmhTest. implicit_boolean_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, BlackholeBench_jmhType l_blackholebench0_0)
static void
BlackholeBench_implicit_boolean_jmhTest. implicit_boolean_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, BlackholeBench_jmhType l_blackholebench0_0)
static void
BlackholeBench_implicit_boolean_jmhTest. implicit_boolean_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, BlackholeBench_jmhType l_blackholebench0_0)
static void
BlackholeBench_implicit_byte_jmhTest. implicit_byte_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, BlackholeBench_jmhType l_blackholebench0_0)
static void
BlackholeBench_implicit_byte_jmhTest. implicit_byte_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, BlackholeBench_jmhType l_blackholebench0_0)
static void
BlackholeBench_implicit_byte_jmhTest. implicit_byte_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, BlackholeBench_jmhType l_blackholebench0_0)
static void
BlackholeBench_implicit_byte_jmhTest. implicit_byte_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, BlackholeBench_jmhType l_blackholebench0_0)
static void
BlackholeBench_implicit_char_jmhTest. implicit_char_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, BlackholeBench_jmhType l_blackholebench0_0)
static void
BlackholeBench_implicit_char_jmhTest. implicit_char_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, BlackholeBench_jmhType l_blackholebench0_0)
static void
BlackholeBench_implicit_char_jmhTest. implicit_char_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, BlackholeBench_jmhType l_blackholebench0_0)
static void
BlackholeBench_implicit_char_jmhTest. implicit_char_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, BlackholeBench_jmhType l_blackholebench0_0)
static void
BlackholeBench_implicit_double_jmhTest. implicit_double_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, BlackholeBench_jmhType l_blackholebench0_0)
static void
BlackholeBench_implicit_double_jmhTest. implicit_double_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, BlackholeBench_jmhType l_blackholebench0_0)
static void
BlackholeBench_implicit_double_jmhTest. implicit_double_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, BlackholeBench_jmhType l_blackholebench0_0)
static void
BlackholeBench_implicit_double_jmhTest. implicit_double_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, BlackholeBench_jmhType l_blackholebench0_0)
static void
BlackholeBench_implicit_float_jmhTest. implicit_float_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, BlackholeBench_jmhType l_blackholebench0_0)
static void
BlackholeBench_implicit_float_jmhTest. implicit_float_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, BlackholeBench_jmhType l_blackholebench0_0)
static void
BlackholeBench_implicit_float_jmhTest. implicit_float_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, BlackholeBench_jmhType l_blackholebench0_0)
static void
BlackholeBench_implicit_float_jmhTest. implicit_float_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, BlackholeBench_jmhType l_blackholebench0_0)
static void
BlackholeBench_implicit_int_jmhTest. implicit_int_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, BlackholeBench_jmhType l_blackholebench0_0)
static void
BlackholeBench_implicit_int_jmhTest. implicit_int_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, BlackholeBench_jmhType l_blackholebench0_0)
static void
BlackholeBench_implicit_int_jmhTest. implicit_int_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, BlackholeBench_jmhType l_blackholebench0_0)
static void
BlackholeBench_implicit_int_jmhTest. implicit_int_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, BlackholeBench_jmhType l_blackholebench0_0)
static void
BlackholeBench_implicit_long_jmhTest. implicit_long_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, BlackholeBench_jmhType l_blackholebench0_0)
static void
BlackholeBench_implicit_long_jmhTest. implicit_long_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, BlackholeBench_jmhType l_blackholebench0_0)
static void
BlackholeBench_implicit_long_jmhTest. implicit_long_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, BlackholeBench_jmhType l_blackholebench0_0)
static void
BlackholeBench_implicit_long_jmhTest. implicit_long_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, BlackholeBench_jmhType l_blackholebench0_0)
static void
BlackholeBench_implicit_Object_jmhTest. implicit_Object_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, BlackholeBench_jmhType l_blackholebench0_0)
static void
BlackholeBench_implicit_Object_jmhTest. implicit_Object_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, BlackholeBench_jmhType l_blackholebench0_0)
static void
BlackholeBench_implicit_Object_jmhTest. implicit_Object_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, BlackholeBench_jmhType l_blackholebench0_0)
static void
BlackholeBench_implicit_Object_jmhTest. implicit_Object_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, BlackholeBench_jmhType l_blackholebench0_0)
static void
BlackholeBench_implicit_short_jmhTest. implicit_short_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, BlackholeBench_jmhType l_blackholebench0_0)
static void
BlackholeBench_implicit_short_jmhTest. implicit_short_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, BlackholeBench_jmhType l_blackholebench0_0)
static void
BlackholeBench_implicit_short_jmhTest. implicit_short_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, BlackholeBench_jmhType l_blackholebench0_0)
static void
BlackholeBench_implicit_short_jmhTest. implicit_short_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, BlackholeBench_jmhType l_blackholebench0_0)
static void
CurrentTimeMillisTimerBench_latency_jmhTest. latency_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, CurrentTimeMillisTimerBench_jmhType l_currenttimemillistimerbench0_0)
static void
NanoTimerBench_latency_jmhTest. latency_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, NanoTimerBench_jmhType l_nanotimerbench0_0)
static void
CurrentTimeMillisTimerBench_latency_jmhTest. latency_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, CurrentTimeMillisTimerBench_jmhType l_currenttimemillistimerbench0_0)
static void
NanoTimerBench_latency_jmhTest. latency_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, NanoTimerBench_jmhType l_nanotimerbench0_0)
static void
CurrentTimeMillisTimerBench_latency_jmhTest. latency_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, CurrentTimeMillisTimerBench_jmhType l_currenttimemillistimerbench0_0)
static void
NanoTimerBench_latency_jmhTest. latency_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, NanoTimerBench_jmhType l_nanotimerbench0_0)
static void
CurrentTimeMillisTimerBench_latency_jmhTest. latency_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, CurrentTimeMillisTimerBench_jmhType l_currenttimemillistimerbench0_0)
static void
NanoTimerBench_latency_jmhTest. latency_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, NanoTimerBench_jmhType l_nanotimerbench0_0)
static void
LevelInvocationBench_raw_jmhTest. raw_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, LevelInvocationBench_jmhType l_levelinvocationbench0_0)
static void
LevelIterationBench_raw_jmhTest. raw_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, LevelIterationBench_jmhType l_leveliterationbench0_0)
static void
LevelTrialBench_raw_jmhTest. raw_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, LevelTrialBench_jmhType l_leveltrialbench0_0)
static void
LevelInvocationBench_raw_jmhTest. raw_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, LevelInvocationBench_jmhType l_levelinvocationbench0_0)
static void
LevelIterationBench_raw_jmhTest. raw_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, LevelIterationBench_jmhType l_leveliterationbench0_0)
static void
LevelTrialBench_raw_jmhTest. raw_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, LevelTrialBench_jmhType l_leveltrialbench0_0)
static void
LevelInvocationBench_raw_jmhTest. raw_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, LevelInvocationBench_jmhType l_levelinvocationbench0_0)
static void
LevelIterationBench_raw_jmhTest. raw_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, LevelIterationBench_jmhType l_leveliterationbench0_0)
static void
LevelTrialBench_raw_jmhTest. raw_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, LevelTrialBench_jmhType l_leveltrialbench0_0)
static void
LevelInvocationBench_raw_jmhTest. raw_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, LevelInvocationBench_jmhType l_levelinvocationbench0_0)
static void
LevelIterationBench_raw_jmhTest. raw_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, LevelIterationBench_jmhType l_leveliterationbench0_0)
static void
LevelTrialBench_raw_jmhTest. raw_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, LevelTrialBench_jmhType l_leveltrialbench0_0)
static void
BlackholePipelineBench_test_Array_jmhTest. test_Array_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, BlackholePipelineBench_jmhType l_blackholepipelinebench0_0)
static void
BlackholePipelinePayloadBench_test_Array_jmhTest. test_Array_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, BlackholePipelinePayloadBench_jmhType l_blackholepipelinepayloadbench0_0)
static void
BlackholePipelineBench_test_Array_jmhTest. test_Array_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, BlackholePipelineBench_jmhType l_blackholepipelinebench0_0)
static void
BlackholePipelinePayloadBench_test_Array_jmhTest. test_Array_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, BlackholePipelinePayloadBench_jmhType l_blackholepipelinepayloadbench0_0)
static void
BlackholePipelineBench_test_Array_jmhTest. test_Array_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, BlackholePipelineBench_jmhType l_blackholepipelinebench0_0)
static void
BlackholePipelinePayloadBench_test_Array_jmhTest. test_Array_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, BlackholePipelinePayloadBench_jmhType l_blackholepipelinepayloadbench0_0)
static void
BlackholePipelineBench_test_Array_jmhTest. test_Array_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, BlackholePipelineBench_jmhType l_blackholepipelinebench0_0)
static void
BlackholePipelinePayloadBench_test_Array_jmhTest. test_Array_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, BlackholePipelinePayloadBench_jmhType l_blackholepipelinepayloadbench0_0)
static void
BlackholeValueBench_test_jmhTest. test_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, BlackholeValueBench_jmhType l_blackholevaluebench0_0)
static void
ScoreStabilityBench_test_jmhTest. test_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, ScoreStabilityBench_jmhType l_scorestabilitybench0_0)
static void
ThermalRundownBench_test_jmhTest. test_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, ThermalRundownBench_jmhType l_thermalrundownbench0_0)
static void
ThreadScalingBench_test_jmhTest. test_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, ThreadScalingBench_jmhType l_threadscalingbench0_0)
static void
BlackholeConsecutiveBench_test_boolean_1_jmhTest. test_boolean_1_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, BlackholeConsecutiveBench_jmhType l_blackholeconsecutivebench0_0)
static void
BlackholeConsecutiveBench_test_boolean_1_jmhTest. test_boolean_1_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, BlackholeConsecutiveBench_jmhType l_blackholeconsecutivebench0_0)
static void
BlackholeConsecutiveBench_test_boolean_1_jmhTest. test_boolean_1_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, BlackholeConsecutiveBench_jmhType l_blackholeconsecutivebench0_0)
static void
BlackholeConsecutiveBench_test_boolean_1_jmhTest. test_boolean_1_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, BlackholeConsecutiveBench_jmhType l_blackholeconsecutivebench0_0)
static void
BlackholeConsecutiveBench_test_boolean_4_jmhTest. test_boolean_4_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, BlackholeConsecutiveBench_jmhType l_blackholeconsecutivebench0_0)
static void
BlackholeConsecutiveBench_test_boolean_4_jmhTest. test_boolean_4_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, BlackholeConsecutiveBench_jmhType l_blackholeconsecutivebench0_0)
static void
BlackholeConsecutiveBench_test_boolean_4_jmhTest. test_boolean_4_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, BlackholeConsecutiveBench_jmhType l_blackholeconsecutivebench0_0)
static void
BlackholeConsecutiveBench_test_boolean_4_jmhTest. test_boolean_4_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, BlackholeConsecutiveBench_jmhType l_blackholeconsecutivebench0_0)
static void
BlackholeConsecutiveBench_test_boolean_8_jmhTest. test_boolean_8_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, BlackholeConsecutiveBench_jmhType l_blackholeconsecutivebench0_0)
static void
BlackholeConsecutiveBench_test_boolean_8_jmhTest. test_boolean_8_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, BlackholeConsecutiveBench_jmhType l_blackholeconsecutivebench0_0)
static void
BlackholeConsecutiveBench_test_boolean_8_jmhTest. test_boolean_8_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, BlackholeConsecutiveBench_jmhType l_blackholeconsecutivebench0_0)
static void
BlackholeConsecutiveBench_test_boolean_8_jmhTest. test_boolean_8_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, BlackholeConsecutiveBench_jmhType l_blackholeconsecutivebench0_0)
static void
BlackholePipelineBench_test_boolean_jmhTest. test_boolean_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, BlackholePipelineBench_jmhType l_blackholepipelinebench0_0)
static void
BlackholePipelinePayloadBench_test_boolean_jmhTest. test_boolean_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, BlackholePipelinePayloadBench_jmhType l_blackholepipelinepayloadbench0_0)
static void
BlackholePipelineBench_test_boolean_jmhTest. test_boolean_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, BlackholePipelineBench_jmhType l_blackholepipelinebench0_0)
static void
BlackholePipelinePayloadBench_test_boolean_jmhTest. test_boolean_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, BlackholePipelinePayloadBench_jmhType l_blackholepipelinepayloadbench0_0)
static void
BlackholePipelineBench_test_boolean_jmhTest. test_boolean_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, BlackholePipelineBench_jmhType l_blackholepipelinebench0_0)
static void
BlackholePipelinePayloadBench_test_boolean_jmhTest. test_boolean_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, BlackholePipelinePayloadBench_jmhType l_blackholepipelinepayloadbench0_0)
static void
BlackholePipelineBench_test_boolean_jmhTest. test_boolean_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, BlackholePipelineBench_jmhType l_blackholepipelinebench0_0)
static void
BlackholePipelinePayloadBench_test_boolean_jmhTest. test_boolean_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, BlackholePipelinePayloadBench_jmhType l_blackholepipelinepayloadbench0_0)
static void
BlackholeConsecutiveBench_test_byte_1_jmhTest. test_byte_1_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, BlackholeConsecutiveBench_jmhType l_blackholeconsecutivebench0_0)
static void
BlackholeConsecutiveBench_test_byte_1_jmhTest. test_byte_1_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, BlackholeConsecutiveBench_jmhType l_blackholeconsecutivebench0_0)
static void
BlackholeConsecutiveBench_test_byte_1_jmhTest. test_byte_1_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, BlackholeConsecutiveBench_jmhType l_blackholeconsecutivebench0_0)
static void
BlackholeConsecutiveBench_test_byte_1_jmhTest. test_byte_1_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, BlackholeConsecutiveBench_jmhType l_blackholeconsecutivebench0_0)
static void
BlackholeConsecutiveBench_test_byte_4_jmhTest. test_byte_4_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, BlackholeConsecutiveBench_jmhType l_blackholeconsecutivebench0_0)
static void
BlackholeConsecutiveBench_test_byte_4_jmhTest. test_byte_4_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, BlackholeConsecutiveBench_jmhType l_blackholeconsecutivebench0_0)
static void
BlackholeConsecutiveBench_test_byte_4_jmhTest. test_byte_4_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, BlackholeConsecutiveBench_jmhType l_blackholeconsecutivebench0_0)
static void
BlackholeConsecutiveBench_test_byte_4_jmhTest. test_byte_4_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, BlackholeConsecutiveBench_jmhType l_blackholeconsecutivebench0_0)
static void
BlackholeConsecutiveBench_test_byte_8_jmhTest. test_byte_8_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, BlackholeConsecutiveBench_jmhType l_blackholeconsecutivebench0_0)
static void
BlackholeConsecutiveBench_test_byte_8_jmhTest. test_byte_8_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, BlackholeConsecutiveBench_jmhType l_blackholeconsecutivebench0_0)
static void
BlackholeConsecutiveBench_test_byte_8_jmhTest. test_byte_8_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, BlackholeConsecutiveBench_jmhType l_blackholeconsecutivebench0_0)
static void
BlackholeConsecutiveBench_test_byte_8_jmhTest. test_byte_8_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, BlackholeConsecutiveBench_jmhType l_blackholeconsecutivebench0_0)
static void
BlackholePipelineBench_test_byte_jmhTest. test_byte_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, BlackholePipelineBench_jmhType l_blackholepipelinebench0_0)
static void
BlackholePipelinePayloadBench_test_byte_jmhTest. test_byte_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, BlackholePipelinePayloadBench_jmhType l_blackholepipelinepayloadbench0_0)
static void
BlackholePipelineBench_test_byte_jmhTest. test_byte_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, BlackholePipelineBench_jmhType l_blackholepipelinebench0_0)
static void
BlackholePipelinePayloadBench_test_byte_jmhTest. test_byte_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, BlackholePipelinePayloadBench_jmhType l_blackholepipelinepayloadbench0_0)
static void
BlackholePipelineBench_test_byte_jmhTest. test_byte_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, BlackholePipelineBench_jmhType l_blackholepipelinebench0_0)
static void
BlackholePipelinePayloadBench_test_byte_jmhTest. test_byte_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, BlackholePipelinePayloadBench_jmhType l_blackholepipelinepayloadbench0_0)
static void
BlackholePipelineBench_test_byte_jmhTest. test_byte_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, BlackholePipelineBench_jmhType l_blackholepipelinebench0_0)
static void
BlackholePipelinePayloadBench_test_byte_jmhTest. test_byte_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, BlackholePipelinePayloadBench_jmhType l_blackholepipelinepayloadbench0_0)
static void
BlackholeConsecutiveBench_test_char_1_jmhTest. test_char_1_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, BlackholeConsecutiveBench_jmhType l_blackholeconsecutivebench0_0)
static void
BlackholeConsecutiveBench_test_char_1_jmhTest. test_char_1_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, BlackholeConsecutiveBench_jmhType l_blackholeconsecutivebench0_0)
static void
BlackholeConsecutiveBench_test_char_1_jmhTest. test_char_1_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, BlackholeConsecutiveBench_jmhType l_blackholeconsecutivebench0_0)
static void
BlackholeConsecutiveBench_test_char_1_jmhTest. test_char_1_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, BlackholeConsecutiveBench_jmhType l_blackholeconsecutivebench0_0)
static void
BlackholeConsecutiveBench_test_char_4_jmhTest. test_char_4_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, BlackholeConsecutiveBench_jmhType l_blackholeconsecutivebench0_0)
static void
BlackholeConsecutiveBench_test_char_4_jmhTest. test_char_4_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, BlackholeConsecutiveBench_jmhType l_blackholeconsecutivebench0_0)
static void
BlackholeConsecutiveBench_test_char_4_jmhTest. test_char_4_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, BlackholeConsecutiveBench_jmhType l_blackholeconsecutivebench0_0)
static void
BlackholeConsecutiveBench_test_char_4_jmhTest. test_char_4_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, BlackholeConsecutiveBench_jmhType l_blackholeconsecutivebench0_0)
static void
BlackholeConsecutiveBench_test_char_8_jmhTest. test_char_8_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, BlackholeConsecutiveBench_jmhType l_blackholeconsecutivebench0_0)
static void
BlackholeConsecutiveBench_test_char_8_jmhTest. test_char_8_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, BlackholeConsecutiveBench_jmhType l_blackholeconsecutivebench0_0)
static void
BlackholeConsecutiveBench_test_char_8_jmhTest. test_char_8_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, BlackholeConsecutiveBench_jmhType l_blackholeconsecutivebench0_0)
static void
BlackholeConsecutiveBench_test_char_8_jmhTest. test_char_8_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, BlackholeConsecutiveBench_jmhType l_blackholeconsecutivebench0_0)
static void
BlackholePipelineBench_test_char_jmhTest. test_char_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, BlackholePipelineBench_jmhType l_blackholepipelinebench0_0)
static void
BlackholePipelinePayloadBench_test_char_jmhTest. test_char_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, BlackholePipelinePayloadBench_jmhType l_blackholepipelinepayloadbench0_0)
static void
BlackholePipelineBench_test_char_jmhTest. test_char_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, BlackholePipelineBench_jmhType l_blackholepipelinebench0_0)
static void
BlackholePipelinePayloadBench_test_char_jmhTest. test_char_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, BlackholePipelinePayloadBench_jmhType l_blackholepipelinepayloadbench0_0)
static void
BlackholePipelineBench_test_char_jmhTest. test_char_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, BlackholePipelineBench_jmhType l_blackholepipelinebench0_0)
static void
BlackholePipelinePayloadBench_test_char_jmhTest. test_char_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, BlackholePipelinePayloadBench_jmhType l_blackholepipelinepayloadbench0_0)
static void
BlackholePipelineBench_test_char_jmhTest. test_char_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, BlackholePipelineBench_jmhType l_blackholepipelinebench0_0)
static void
BlackholePipelinePayloadBench_test_char_jmhTest. test_char_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, BlackholePipelinePayloadBench_jmhType l_blackholepipelinepayloadbench0_0)
static void
BlackholeConsecutiveBench_test_double_1_jmhTest. test_double_1_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, BlackholeConsecutiveBench_jmhType l_blackholeconsecutivebench0_0)
static void
BlackholeConsecutiveBench_test_double_1_jmhTest. test_double_1_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, BlackholeConsecutiveBench_jmhType l_blackholeconsecutivebench0_0)
static void
BlackholeConsecutiveBench_test_double_1_jmhTest. test_double_1_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, BlackholeConsecutiveBench_jmhType l_blackholeconsecutivebench0_0)
static void
BlackholeConsecutiveBench_test_double_1_jmhTest. test_double_1_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, BlackholeConsecutiveBench_jmhType l_blackholeconsecutivebench0_0)
static void
BlackholeConsecutiveBench_test_double_4_jmhTest. test_double_4_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, BlackholeConsecutiveBench_jmhType l_blackholeconsecutivebench0_0)
static void
BlackholeConsecutiveBench_test_double_4_jmhTest. test_double_4_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, BlackholeConsecutiveBench_jmhType l_blackholeconsecutivebench0_0)
static void
BlackholeConsecutiveBench_test_double_4_jmhTest. test_double_4_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, BlackholeConsecutiveBench_jmhType l_blackholeconsecutivebench0_0)
static void
BlackholeConsecutiveBench_test_double_4_jmhTest. test_double_4_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, BlackholeConsecutiveBench_jmhType l_blackholeconsecutivebench0_0)
static void
BlackholeConsecutiveBench_test_double_8_jmhTest. test_double_8_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, BlackholeConsecutiveBench_jmhType l_blackholeconsecutivebench0_0)
static void
BlackholeConsecutiveBench_test_double_8_jmhTest. test_double_8_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, BlackholeConsecutiveBench_jmhType l_blackholeconsecutivebench0_0)
static void
BlackholeConsecutiveBench_test_double_8_jmhTest. test_double_8_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, BlackholeConsecutiveBench_jmhType l_blackholeconsecutivebench0_0)
static void
BlackholeConsecutiveBench_test_double_8_jmhTest. test_double_8_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, BlackholeConsecutiveBench_jmhType l_blackholeconsecutivebench0_0)
static void
BlackholePipelineBench_test_double_jmhTest. test_double_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, BlackholePipelineBench_jmhType l_blackholepipelinebench0_0)
static void
BlackholePipelinePayloadBench_test_double_jmhTest. test_double_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, BlackholePipelinePayloadBench_jmhType l_blackholepipelinepayloadbench0_0)
static void
BlackholePipelineBench_test_double_jmhTest. test_double_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, BlackholePipelineBench_jmhType l_blackholepipelinebench0_0)
static void
BlackholePipelinePayloadBench_test_double_jmhTest. test_double_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, BlackholePipelinePayloadBench_jmhType l_blackholepipelinepayloadbench0_0)
static void
BlackholePipelineBench_test_double_jmhTest. test_double_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, BlackholePipelineBench_jmhType l_blackholepipelinebench0_0)
static void
BlackholePipelinePayloadBench_test_double_jmhTest. test_double_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, BlackholePipelinePayloadBench_jmhType l_blackholepipelinepayloadbench0_0)
static void
BlackholePipelineBench_test_double_jmhTest. test_double_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, BlackholePipelineBench_jmhType l_blackholepipelinebench0_0)
static void
BlackholePipelinePayloadBench_test_double_jmhTest. test_double_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, BlackholePipelinePayloadBench_jmhType l_blackholepipelinepayloadbench0_0)
static void
BlackholeConsecutiveBench_test_float_1_jmhTest. test_float_1_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, BlackholeConsecutiveBench_jmhType l_blackholeconsecutivebench0_0)
static void
BlackholeConsecutiveBench_test_float_1_jmhTest. test_float_1_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, BlackholeConsecutiveBench_jmhType l_blackholeconsecutivebench0_0)
static void
BlackholeConsecutiveBench_test_float_1_jmhTest. test_float_1_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, BlackholeConsecutiveBench_jmhType l_blackholeconsecutivebench0_0)
static void
BlackholeConsecutiveBench_test_float_1_jmhTest. test_float_1_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, BlackholeConsecutiveBench_jmhType l_blackholeconsecutivebench0_0)
static void
BlackholeConsecutiveBench_test_float_4_jmhTest. test_float_4_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, BlackholeConsecutiveBench_jmhType l_blackholeconsecutivebench0_0)
static void
BlackholeConsecutiveBench_test_float_4_jmhTest. test_float_4_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, BlackholeConsecutiveBench_jmhType l_blackholeconsecutivebench0_0)
static void
BlackholeConsecutiveBench_test_float_4_jmhTest. test_float_4_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, BlackholeConsecutiveBench_jmhType l_blackholeconsecutivebench0_0)
static void
BlackholeConsecutiveBench_test_float_4_jmhTest. test_float_4_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, BlackholeConsecutiveBench_jmhType l_blackholeconsecutivebench0_0)
static void
BlackholeConsecutiveBench_test_float_8_jmhTest. test_float_8_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, BlackholeConsecutiveBench_jmhType l_blackholeconsecutivebench0_0)
static void
BlackholeConsecutiveBench_test_float_8_jmhTest. test_float_8_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, BlackholeConsecutiveBench_jmhType l_blackholeconsecutivebench0_0)
static void
BlackholeConsecutiveBench_test_float_8_jmhTest. test_float_8_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, BlackholeConsecutiveBench_jmhType l_blackholeconsecutivebench0_0)
static void
BlackholeConsecutiveBench_test_float_8_jmhTest. test_float_8_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, BlackholeConsecutiveBench_jmhType l_blackholeconsecutivebench0_0)
static void
BlackholePipelineBench_test_float_jmhTest. test_float_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, BlackholePipelineBench_jmhType l_blackholepipelinebench0_0)
static void
BlackholePipelinePayloadBench_test_float_jmhTest. test_float_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, BlackholePipelinePayloadBench_jmhType l_blackholepipelinepayloadbench0_0)
static void
BlackholePipelineBench_test_float_jmhTest. test_float_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, BlackholePipelineBench_jmhType l_blackholepipelinebench0_0)
static void
BlackholePipelinePayloadBench_test_float_jmhTest. test_float_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, BlackholePipelinePayloadBench_jmhType l_blackholepipelinepayloadbench0_0)
static void
BlackholePipelineBench_test_float_jmhTest. test_float_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, BlackholePipelineBench_jmhType l_blackholepipelinebench0_0)
static void
BlackholePipelinePayloadBench_test_float_jmhTest. test_float_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, BlackholePipelinePayloadBench_jmhType l_blackholepipelinepayloadbench0_0)
static void
BlackholePipelineBench_test_float_jmhTest. test_float_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, BlackholePipelineBench_jmhType l_blackholepipelinebench0_0)
static void
BlackholePipelinePayloadBench_test_float_jmhTest. test_float_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, BlackholePipelinePayloadBench_jmhType l_blackholepipelinepayloadbench0_0)
static void
BlackholeConsecutiveBench_test_int_1_jmhTest. test_int_1_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, BlackholeConsecutiveBench_jmhType l_blackholeconsecutivebench0_0)
static void
BlackholeConsecutiveBench_test_int_1_jmhTest. test_int_1_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, BlackholeConsecutiveBench_jmhType l_blackholeconsecutivebench0_0)
static void
BlackholeConsecutiveBench_test_int_1_jmhTest. test_int_1_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, BlackholeConsecutiveBench_jmhType l_blackholeconsecutivebench0_0)
static void
BlackholeConsecutiveBench_test_int_1_jmhTest. test_int_1_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, BlackholeConsecutiveBench_jmhType l_blackholeconsecutivebench0_0)
static void
BlackholeConsecutiveBench_test_int_4_jmhTest. test_int_4_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, BlackholeConsecutiveBench_jmhType l_blackholeconsecutivebench0_0)
static void
BlackholeConsecutiveBench_test_int_4_jmhTest. test_int_4_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, BlackholeConsecutiveBench_jmhType l_blackholeconsecutivebench0_0)
static void
BlackholeConsecutiveBench_test_int_4_jmhTest. test_int_4_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, BlackholeConsecutiveBench_jmhType l_blackholeconsecutivebench0_0)
static void
BlackholeConsecutiveBench_test_int_4_jmhTest. test_int_4_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, BlackholeConsecutiveBench_jmhType l_blackholeconsecutivebench0_0)
static void
BlackholeConsecutiveBench_test_int_8_jmhTest. test_int_8_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, BlackholeConsecutiveBench_jmhType l_blackholeconsecutivebench0_0)
static void
BlackholeConsecutiveBench_test_int_8_jmhTest. test_int_8_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, BlackholeConsecutiveBench_jmhType l_blackholeconsecutivebench0_0)
static void
BlackholeConsecutiveBench_test_int_8_jmhTest. test_int_8_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, BlackholeConsecutiveBench_jmhType l_blackholeconsecutivebench0_0)
static void
BlackholeConsecutiveBench_test_int_8_jmhTest. test_int_8_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, BlackholeConsecutiveBench_jmhType l_blackholeconsecutivebench0_0)
static void
BlackholePipelineBench_test_int_jmhTest. test_int_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, BlackholePipelineBench_jmhType l_blackholepipelinebench0_0)
static void
BlackholePipelinePayloadBench_test_int_jmhTest. test_int_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, BlackholePipelinePayloadBench_jmhType l_blackholepipelinepayloadbench0_0)
static void
BlackholePipelineBench_test_int_jmhTest. test_int_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, BlackholePipelineBench_jmhType l_blackholepipelinebench0_0)
static void
BlackholePipelinePayloadBench_test_int_jmhTest. test_int_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, BlackholePipelinePayloadBench_jmhType l_blackholepipelinepayloadbench0_0)
static void
BlackholePipelineBench_test_int_jmhTest. test_int_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, BlackholePipelineBench_jmhType l_blackholepipelinebench0_0)
static void
BlackholePipelinePayloadBench_test_int_jmhTest. test_int_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, BlackholePipelinePayloadBench_jmhType l_blackholepipelinepayloadbench0_0)
static void
BlackholePipelineBench_test_int_jmhTest. test_int_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, BlackholePipelineBench_jmhType l_blackholepipelinebench0_0)
static void
BlackholePipelinePayloadBench_test_int_jmhTest. test_int_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, BlackholePipelinePayloadBench_jmhType l_blackholepipelinepayloadbench0_0)
static void
BlackholeConsecutiveBench_test_long_1_jmhTest. test_long_1_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, BlackholeConsecutiveBench_jmhType l_blackholeconsecutivebench0_0)
static void
BlackholeConsecutiveBench_test_long_1_jmhTest. test_long_1_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, BlackholeConsecutiveBench_jmhType l_blackholeconsecutivebench0_0)
static void
BlackholeConsecutiveBench_test_long_1_jmhTest. test_long_1_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, BlackholeConsecutiveBench_jmhType l_blackholeconsecutivebench0_0)
static void
BlackholeConsecutiveBench_test_long_1_jmhTest. test_long_1_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, BlackholeConsecutiveBench_jmhType l_blackholeconsecutivebench0_0)
static void
BlackholeConsecutiveBench_test_long_4_jmhTest. test_long_4_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, BlackholeConsecutiveBench_jmhType l_blackholeconsecutivebench0_0)
static void
BlackholeConsecutiveBench_test_long_4_jmhTest. test_long_4_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, BlackholeConsecutiveBench_jmhType l_blackholeconsecutivebench0_0)
static void
BlackholeConsecutiveBench_test_long_4_jmhTest. test_long_4_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, BlackholeConsecutiveBench_jmhType l_blackholeconsecutivebench0_0)
static void
BlackholeConsecutiveBench_test_long_4_jmhTest. test_long_4_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, BlackholeConsecutiveBench_jmhType l_blackholeconsecutivebench0_0)
static void
BlackholeConsecutiveBench_test_long_8_jmhTest. test_long_8_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, BlackholeConsecutiveBench_jmhType l_blackholeconsecutivebench0_0)
static void
BlackholeConsecutiveBench_test_long_8_jmhTest. test_long_8_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, BlackholeConsecutiveBench_jmhType l_blackholeconsecutivebench0_0)
static void
BlackholeConsecutiveBench_test_long_8_jmhTest. test_long_8_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, BlackholeConsecutiveBench_jmhType l_blackholeconsecutivebench0_0)
static void
BlackholeConsecutiveBench_test_long_8_jmhTest. test_long_8_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, BlackholeConsecutiveBench_jmhType l_blackholeconsecutivebench0_0)
static void
BlackholePipelineBench_test_long_jmhTest. test_long_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, BlackholePipelineBench_jmhType l_blackholepipelinebench0_0)
static void
BlackholePipelinePayloadBench_test_long_jmhTest. test_long_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, BlackholePipelinePayloadBench_jmhType l_blackholepipelinepayloadbench0_0)
static void
BlackholePipelineBench_test_long_jmhTest. test_long_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, BlackholePipelineBench_jmhType l_blackholepipelinebench0_0)
static void
BlackholePipelinePayloadBench_test_long_jmhTest. test_long_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, BlackholePipelinePayloadBench_jmhType l_blackholepipelinepayloadbench0_0)
static void
BlackholePipelineBench_test_long_jmhTest. test_long_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, BlackholePipelineBench_jmhType l_blackholepipelinebench0_0)
static void
BlackholePipelinePayloadBench_test_long_jmhTest. test_long_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, BlackholePipelinePayloadBench_jmhType l_blackholepipelinepayloadbench0_0)
static void
BlackholePipelineBench_test_long_jmhTest. test_long_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, BlackholePipelineBench_jmhType l_blackholepipelinebench0_0)
static void
BlackholePipelinePayloadBench_test_long_jmhTest. test_long_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, BlackholePipelinePayloadBench_jmhType l_blackholepipelinepayloadbench0_0)
static void
BlackholeConsecutiveBench_test_Object_1_jmhTest. test_Object_1_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, BlackholeConsecutiveBench_jmhType l_blackholeconsecutivebench0_0)
static void
BlackholeConsecutiveBench_test_Object_1_jmhTest. test_Object_1_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, BlackholeConsecutiveBench_jmhType l_blackholeconsecutivebench0_0)
static void
BlackholeConsecutiveBench_test_Object_1_jmhTest. test_Object_1_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, BlackholeConsecutiveBench_jmhType l_blackholeconsecutivebench0_0)
static void
BlackholeConsecutiveBench_test_Object_1_jmhTest. test_Object_1_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, BlackholeConsecutiveBench_jmhType l_blackholeconsecutivebench0_0)
static void
BlackholeConsecutiveBench_test_Object_4_jmhTest. test_Object_4_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, BlackholeConsecutiveBench_jmhType l_blackholeconsecutivebench0_0)
static void
BlackholeConsecutiveBench_test_Object_4_jmhTest. test_Object_4_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, BlackholeConsecutiveBench_jmhType l_blackholeconsecutivebench0_0)
static void
BlackholeConsecutiveBench_test_Object_4_jmhTest. test_Object_4_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, BlackholeConsecutiveBench_jmhType l_blackholeconsecutivebench0_0)
static void
BlackholeConsecutiveBench_test_Object_4_jmhTest. test_Object_4_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, BlackholeConsecutiveBench_jmhType l_blackholeconsecutivebench0_0)
static void
BlackholeConsecutiveBench_test_Object_8_jmhTest. test_Object_8_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, BlackholeConsecutiveBench_jmhType l_blackholeconsecutivebench0_0)
static void
BlackholeConsecutiveBench_test_Object_8_jmhTest. test_Object_8_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, BlackholeConsecutiveBench_jmhType l_blackholeconsecutivebench0_0)
static void
BlackholeConsecutiveBench_test_Object_8_jmhTest. test_Object_8_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, BlackholeConsecutiveBench_jmhType l_blackholeconsecutivebench0_0)
static void
BlackholeConsecutiveBench_test_Object_8_jmhTest. test_Object_8_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, BlackholeConsecutiveBench_jmhType l_blackholeconsecutivebench0_0)
static void
BlackholePipelineBench_test_Object_jmhTest. test_Object_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, BlackholePipelineBench_jmhType l_blackholepipelinebench0_0)
static void
BlackholePipelinePayloadBench_test_Object_jmhTest. test_Object_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, BlackholePipelinePayloadBench_jmhType l_blackholepipelinepayloadbench0_0)
static void
BlackholePipelineBench_test_Object_jmhTest. test_Object_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, BlackholePipelineBench_jmhType l_blackholepipelinebench0_0)
static void
BlackholePipelinePayloadBench_test_Object_jmhTest. test_Object_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, BlackholePipelinePayloadBench_jmhType l_blackholepipelinepayloadbench0_0)
static void
BlackholePipelineBench_test_Object_jmhTest. test_Object_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, BlackholePipelineBench_jmhType l_blackholepipelinebench0_0)
static void
BlackholePipelinePayloadBench_test_Object_jmhTest. test_Object_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, BlackholePipelinePayloadBench_jmhType l_blackholepipelinepayloadbench0_0)
static void
BlackholePipelineBench_test_Object_jmhTest. test_Object_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, BlackholePipelineBench_jmhType l_blackholepipelinebench0_0)
static void
BlackholePipelinePayloadBench_test_Object_jmhTest. test_Object_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, BlackholePipelinePayloadBench_jmhType l_blackholepipelinepayloadbench0_0)
static void
BlackholeValueBench_test_jmhTest. test_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, BlackholeValueBench_jmhType l_blackholevaluebench0_0)
static void
ScoreStabilityBench_test_jmhTest. test_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, ScoreStabilityBench_jmhType l_scorestabilitybench0_0)
static void
ThermalRundownBench_test_jmhTest. test_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, ThermalRundownBench_jmhType l_thermalrundownbench0_0)
static void
ThreadScalingBench_test_jmhTest. test_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, ThreadScalingBench_jmhType l_threadscalingbench0_0)
static void
BlackholeConsecutiveBench_test_short_1_jmhTest. test_short_1_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, BlackholeConsecutiveBench_jmhType l_blackholeconsecutivebench0_0)
static void
BlackholeConsecutiveBench_test_short_1_jmhTest. test_short_1_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, BlackholeConsecutiveBench_jmhType l_blackholeconsecutivebench0_0)
static void
BlackholeConsecutiveBench_test_short_1_jmhTest. test_short_1_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, BlackholeConsecutiveBench_jmhType l_blackholeconsecutivebench0_0)
static void
BlackholeConsecutiveBench_test_short_1_jmhTest. test_short_1_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, BlackholeConsecutiveBench_jmhType l_blackholeconsecutivebench0_0)
static void
BlackholeConsecutiveBench_test_short_4_jmhTest. test_short_4_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, BlackholeConsecutiveBench_jmhType l_blackholeconsecutivebench0_0)
static void
BlackholeConsecutiveBench_test_short_4_jmhTest. test_short_4_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, BlackholeConsecutiveBench_jmhType l_blackholeconsecutivebench0_0)
static void
BlackholeConsecutiveBench_test_short_4_jmhTest. test_short_4_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, BlackholeConsecutiveBench_jmhType l_blackholeconsecutivebench0_0)
static void
BlackholeConsecutiveBench_test_short_4_jmhTest. test_short_4_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, BlackholeConsecutiveBench_jmhType l_blackholeconsecutivebench0_0)
static void
BlackholeConsecutiveBench_test_short_8_jmhTest. test_short_8_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, BlackholeConsecutiveBench_jmhType l_blackholeconsecutivebench0_0)
static void
BlackholeConsecutiveBench_test_short_8_jmhTest. test_short_8_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, BlackholeConsecutiveBench_jmhType l_blackholeconsecutivebench0_0)
static void
BlackholeConsecutiveBench_test_short_8_jmhTest. test_short_8_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, BlackholeConsecutiveBench_jmhType l_blackholeconsecutivebench0_0)
static void
BlackholeConsecutiveBench_test_short_8_jmhTest. test_short_8_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, BlackholeConsecutiveBench_jmhType l_blackholeconsecutivebench0_0)
static void
BlackholePipelineBench_test_short_jmhTest. test_short_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, BlackholePipelineBench_jmhType l_blackholepipelinebench0_0)
static void
BlackholePipelinePayloadBench_test_short_jmhTest. test_short_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, BlackholePipelinePayloadBench_jmhType l_blackholepipelinepayloadbench0_0)
static void
BlackholePipelineBench_test_short_jmhTest. test_short_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, BlackholePipelineBench_jmhType l_blackholepipelinebench0_0)
static void
BlackholePipelinePayloadBench_test_short_jmhTest. test_short_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, BlackholePipelinePayloadBench_jmhType l_blackholepipelinepayloadbench0_0)
static void
BlackholePipelineBench_test_short_jmhTest. test_short_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, BlackholePipelineBench_jmhType l_blackholepipelinebench0_0)
static void
BlackholePipelinePayloadBench_test_short_jmhTest. test_short_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, BlackholePipelinePayloadBench_jmhType l_blackholepipelinepayloadbench0_0)
static void
BlackholePipelineBench_test_short_jmhTest. test_short_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, BlackholePipelineBench_jmhType l_blackholepipelinebench0_0)
static void
BlackholePipelinePayloadBench_test_short_jmhTest. test_short_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, BlackholePipelinePayloadBench_jmhType l_blackholepipelinepayloadbench0_0)
static void
BlackholeValueBench_test_jmhTest. test_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, BlackholeValueBench_jmhType l_blackholevaluebench0_0)
static void
ScoreStabilityBench_test_jmhTest. test_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, ScoreStabilityBench_jmhType l_scorestabilitybench0_0)
static void
ThermalRundownBench_test_jmhTest. test_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, ThermalRundownBench_jmhType l_thermalrundownbench0_0)
static void
ThreadScalingBench_test_jmhTest. test_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, ThreadScalingBench_jmhType l_threadscalingbench0_0)
static void
BlackholeValueBench_test_jmhTest. test_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, BlackholeValueBench_jmhType l_blackholevaluebench0_0)
static void
ScoreStabilityBench_test_jmhTest. test_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, ScoreStabilityBench_jmhType l_scorestabilitybench0_0)
static void
ThermalRundownBench_test_jmhTest. test_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, ThermalRundownBench_jmhType l_thermalrundownbench0_0)
static void
ThreadScalingBench_test_jmhTest. test_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, ThreadScalingBench_jmhType l_threadscalingbench0_0)
static void
LevelInvocationBench_thread_setup_jmhTest. thread_setup_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, LevelInvocationBench_ThreadSetup_jmhType l_threadsetup1_1, LevelInvocationBench_jmhType l_levelinvocationbench0_0)
static void
LevelIterationBench_thread_setup_jmhTest. thread_setup_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, LevelIterationBench_ThreadSetup_jmhType l_threadsetup1_1, LevelIterationBench_jmhType l_leveliterationbench0_0)
static void
LevelTrialBench_thread_setup_jmhTest. thread_setup_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, LevelTrialBench_ThreadSetup_jmhType l_threadsetup1_1, LevelTrialBench_jmhType l_leveltrialbench0_0)
static void
LevelInvocationBench_thread_setup_jmhTest. thread_setup_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, LevelInvocationBench_ThreadSetup_jmhType l_threadsetup1_1, LevelInvocationBench_jmhType l_levelinvocationbench0_0)
static void
LevelIterationBench_thread_setup_jmhTest. thread_setup_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, LevelIterationBench_ThreadSetup_jmhType l_threadsetup1_1, LevelIterationBench_jmhType l_leveliterationbench0_0)
static void
LevelTrialBench_thread_setup_jmhTest. thread_setup_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, LevelTrialBench_ThreadSetup_jmhType l_threadsetup1_1, LevelTrialBench_jmhType l_leveltrialbench0_0)
static void
LevelInvocationBench_thread_setup_jmhTest. thread_setup_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, LevelInvocationBench_ThreadSetup_jmhType l_threadsetup1_1, LevelInvocationBench_jmhType l_levelinvocationbench0_0)
static void
LevelIterationBench_thread_setup_jmhTest. thread_setup_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, LevelIterationBench_ThreadSetup_jmhType l_threadsetup1_1, LevelIterationBench_jmhType l_leveliterationbench0_0)
static void
LevelTrialBench_thread_setup_jmhTest. thread_setup_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, LevelTrialBench_ThreadSetup_jmhType l_threadsetup1_1, LevelTrialBench_jmhType l_leveltrialbench0_0)
static void
LevelInvocationBench_thread_setup_jmhTest. thread_setup_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, LevelInvocationBench_ThreadSetup_jmhType l_threadsetup1_1, LevelInvocationBench_jmhType l_levelinvocationbench0_0)
static void
LevelIterationBench_thread_setup_jmhTest. thread_setup_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, LevelIterationBench_ThreadSetup_jmhType l_threadsetup1_1, LevelIterationBench_jmhType l_leveliterationbench0_0)
static void
LevelTrialBench_thread_setup_jmhTest. thread_setup_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, LevelTrialBench_ThreadSetup_jmhType l_threadsetup1_1, LevelTrialBench_jmhType l_leveltrialbench0_0)
static void
LevelInvocationBench_thread_teardown_jmhTest. thread_teardown_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, LevelInvocationBench_ThreadTeardown_jmhType l_threadteardown1_1, LevelInvocationBench_jmhType l_levelinvocationbench0_0)
static void
LevelIterationBench_thread_teardown_jmhTest. thread_teardown_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, LevelIterationBench_ThreadTeardown_jmhType l_threadteardown1_1, LevelIterationBench_jmhType l_leveliterationbench0_0)
static void
LevelTrialBench_thread_teardown_jmhTest. thread_teardown_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, LevelTrialBench_ThreadTeardown_jmhType l_threadteardown1_1, LevelTrialBench_jmhType l_leveltrialbench0_0)
static void
LevelInvocationBench_thread_teardown_jmhTest. thread_teardown_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, LevelInvocationBench_ThreadTeardown_jmhType l_threadteardown1_1, LevelInvocationBench_jmhType l_levelinvocationbench0_0)
static void
LevelIterationBench_thread_teardown_jmhTest. thread_teardown_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, LevelIterationBench_ThreadTeardown_jmhType l_threadteardown1_1, LevelIterationBench_jmhType l_leveliterationbench0_0)
static void
LevelTrialBench_thread_teardown_jmhTest. thread_teardown_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, LevelTrialBench_ThreadTeardown_jmhType l_threadteardown1_1, LevelTrialBench_jmhType l_leveltrialbench0_0)
static void
LevelInvocationBench_thread_teardown_jmhTest. thread_teardown_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, LevelInvocationBench_ThreadTeardown_jmhType l_threadteardown1_1, LevelInvocationBench_jmhType l_levelinvocationbench0_0)
static void
LevelIterationBench_thread_teardown_jmhTest. thread_teardown_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, LevelIterationBench_ThreadTeardown_jmhType l_threadteardown1_1, LevelIterationBench_jmhType l_leveliterationbench0_0)
static void
LevelTrialBench_thread_teardown_jmhTest. thread_teardown_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, LevelTrialBench_ThreadTeardown_jmhType l_threadteardown1_1, LevelTrialBench_jmhType l_leveltrialbench0_0)
static void
LevelInvocationBench_thread_teardown_jmhTest. thread_teardown_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, LevelInvocationBench_ThreadTeardown_jmhType l_threadteardown1_1, LevelInvocationBench_jmhType l_levelinvocationbench0_0)
static void
LevelIterationBench_thread_teardown_jmhTest. thread_teardown_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, LevelIterationBench_ThreadTeardown_jmhType l_threadteardown1_1, LevelIterationBench_jmhType l_leveliterationbench0_0)
static void
LevelTrialBench_thread_teardown_jmhTest. thread_teardown_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, LevelTrialBench_ThreadTeardown_jmhType l_threadteardown1_1, LevelTrialBench_jmhType l_leveltrialbench0_0)
-
Uses of Blackhole in org.openjdk.jmh.samples
Methods in org.openjdk.jmh.samples with parameters of type Blackhole Modifier and Type Method Description void
JMHSample_37_CacheAccess. colFirst(Blackhole bh)
void
JMHSample_34_SafeLooping. measureRight_1(Blackhole bh)
void
JMHSample_09_Blackholes. measureRight_2(Blackhole bh)
void
JMHSample_37_CacheAccess. rowFirst(Blackhole bh)
void
JMHSample_28_BlackholeHelpers. setup(Blackhole bh)
void
JMHSample_36_BranchPrediction. sorted(Blackhole bh1, Blackhole bh2)
void
JMHSample_35_Profilers.Maps. test(Blackhole bh)
void
JMHSample_36_BranchPrediction. unsorted(Blackhole bh1, Blackhole bh2)
-
Uses of Blackhole in org.openjdk.jmh.samples.jmh_generated
Fields in org.openjdk.jmh.samples.jmh_generated declared as Blackhole Modifier and Type Field Description (package private) Blackhole
JMHSample_01_HelloWorld_wellHelloThere_jmhTest. blackhole
(package private) Blackhole
JMHSample_02_BenchmarkModes_measureAll_jmhTest. blackhole
(package private) Blackhole
JMHSample_02_BenchmarkModes_measureAvgTime_jmhTest. blackhole
(package private) Blackhole
JMHSample_02_BenchmarkModes_measureMultiple_jmhTest. blackhole
(package private) Blackhole
JMHSample_02_BenchmarkModes_measureSamples_jmhTest. blackhole
(package private) Blackhole
JMHSample_02_BenchmarkModes_measureSingleShot_jmhTest. blackhole
(package private) Blackhole
JMHSample_02_BenchmarkModes_measureThroughput_jmhTest. blackhole
(package private) Blackhole
JMHSample_03_States_measureShared_jmhTest. blackhole
(package private) Blackhole
JMHSample_03_States_measureUnshared_jmhTest. blackhole
(package private) Blackhole
JMHSample_04_DefaultState_measure_jmhTest. blackhole
(package private) Blackhole
JMHSample_05_StateFixtures_measureRight_jmhTest. blackhole
(package private) Blackhole
JMHSample_05_StateFixtures_measureWrong_jmhTest. blackhole
(package private) Blackhole
JMHSample_06_FixtureLevel_measureRight_jmhTest. blackhole
(package private) Blackhole
JMHSample_06_FixtureLevel_measureWrong_jmhTest. blackhole
(package private) Blackhole
JMHSample_07_FixtureLevelInvocation_measureCold_jmhTest. blackhole
(package private) Blackhole
JMHSample_07_FixtureLevelInvocation_measureHot_jmhTest. blackhole
(package private) Blackhole
JMHSample_08_DeadCode_baseline_jmhTest. blackhole
(package private) Blackhole
JMHSample_08_DeadCode_measureRight_jmhTest. blackhole
(package private) Blackhole
JMHSample_08_DeadCode_measureWrong_jmhTest. blackhole
(package private) Blackhole
JMHSample_09_Blackholes_baseline_jmhTest. blackhole
(package private) Blackhole
JMHSample_09_Blackholes_measureRight_1_jmhTest. blackhole
(package private) Blackhole
JMHSample_09_Blackholes_measureRight_2_jmhTest. blackhole
(package private) Blackhole
JMHSample_09_Blackholes_measureWrong_jmhTest. blackhole
(package private) Blackhole
JMHSample_10_ConstantFold_baseline_jmhTest. blackhole
(package private) Blackhole
JMHSample_10_ConstantFold_measureRight_jmhTest. blackhole
(package private) Blackhole
JMHSample_10_ConstantFold_measureWrong_1_jmhTest. blackhole
(package private) Blackhole
JMHSample_10_ConstantFold_measureWrong_2_jmhTest. blackhole
(package private) Blackhole
JMHSample_11_Loops_measureRight_jmhTest. blackhole
(package private) Blackhole
JMHSample_11_Loops_measureWrong_1_jmhTest. blackhole
(package private) Blackhole
JMHSample_11_Loops_measureWrong_10_jmhTest. blackhole
(package private) Blackhole
JMHSample_11_Loops_measureWrong_100_jmhTest. blackhole
(package private) Blackhole
JMHSample_11_Loops_measureWrong_1000_jmhTest. blackhole
(package private) Blackhole
JMHSample_11_Loops_measureWrong_10000_jmhTest. blackhole
(package private) Blackhole
JMHSample_11_Loops_measureWrong_100000_jmhTest. blackhole
(package private) Blackhole
JMHSample_12_Forking_measure_1_c1_jmhTest. blackhole
(package private) Blackhole
JMHSample_12_Forking_measure_2_c2_jmhTest. blackhole
(package private) Blackhole
JMHSample_12_Forking_measure_3_c1_again_jmhTest. blackhole
(package private) Blackhole
JMHSample_12_Forking_measure_4_forked_c1_jmhTest. blackhole
(package private) Blackhole
JMHSample_12_Forking_measure_5_forked_c2_jmhTest. blackhole
(package private) Blackhole
JMHSample_13_RunToRun_baseline_jmhTest. blackhole
(package private) Blackhole
JMHSample_13_RunToRun_fork_1_jmhTest. blackhole
(package private) Blackhole
JMHSample_13_RunToRun_fork_2_jmhTest. blackhole
(package private) Blackhole
JMHSample_15_Asymmetric_g_jmhTest. blackhole
(package private) Blackhole
JMHSample_16_CompilerControl_baseline_jmhTest. blackhole
(package private) Blackhole
JMHSample_16_CompilerControl_blank_jmhTest. blackhole
(package private) Blackhole
JMHSample_16_CompilerControl_dontinline_jmhTest. blackhole
(package private) Blackhole
JMHSample_16_CompilerControl_exclude_jmhTest. blackhole
(package private) Blackhole
JMHSample_16_CompilerControl_inline_jmhTest. blackhole
(package private) Blackhole
JMHSample_17_SyncIterations_test_jmhTest. blackhole
(package private) Blackhole
JMHSample_18_Control_pingpong_jmhTest. blackhole
(package private) Blackhole
JMHSample_20_Annotations_measure_jmhTest. blackhole
(package private) Blackhole
JMHSample_21_ConsumeCPU_consume_0000_jmhTest. blackhole
(package private) Blackhole
JMHSample_21_ConsumeCPU_consume_0001_jmhTest. blackhole
(package private) Blackhole
JMHSample_21_ConsumeCPU_consume_0002_jmhTest. blackhole
(package private) Blackhole
JMHSample_21_ConsumeCPU_consume_0004_jmhTest. blackhole
(package private) Blackhole
JMHSample_21_ConsumeCPU_consume_0008_jmhTest. blackhole
(package private) Blackhole
JMHSample_21_ConsumeCPU_consume_0016_jmhTest. blackhole
(package private) Blackhole
JMHSample_21_ConsumeCPU_consume_0032_jmhTest. blackhole
(package private) Blackhole
JMHSample_21_ConsumeCPU_consume_0064_jmhTest. blackhole
(package private) Blackhole
JMHSample_21_ConsumeCPU_consume_0128_jmhTest. blackhole
(package private) Blackhole
JMHSample_21_ConsumeCPU_consume_0256_jmhTest. blackhole
(package private) Blackhole
JMHSample_21_ConsumeCPU_consume_0512_jmhTest. blackhole
(package private) Blackhole
JMHSample_21_ConsumeCPU_consume_1024_jmhTest. blackhole
(package private) Blackhole
JMHSample_22_FalseSharing_baseline_jmhTest. blackhole
(package private) Blackhole
JMHSample_22_FalseSharing_contended_jmhTest. blackhole
(package private) Blackhole
JMHSample_22_FalseSharing_hierarchy_jmhTest. blackhole
(package private) Blackhole
JMHSample_22_FalseSharing_padded_jmhTest. blackhole
(package private) Blackhole
JMHSample_22_FalseSharing_sparse_jmhTest. blackhole
(package private) Blackhole
JMHSample_23_AuxCounters_runSETI_jmhTest. blackhole
(package private) Blackhole
JMHSample_23_AuxCounters_splitBranch_jmhTest. blackhole
(package private) Blackhole
JMHSample_24_Inheritance_BenchmarkCos_bench_jmhTest. blackhole
(package private) Blackhole
JMHSample_24_Inheritance_BenchmarkLog_bench_jmhTest. blackhole
(package private) Blackhole
JMHSample_24_Inheritance_BenchmarkSin_bench_jmhTest. blackhole
(package private) Blackhole
JMHSample_25_API_GA_test_jmhTest. blackhole
(package private) Blackhole
JMHSample_26_BatchSize_measureRight_jmhTest. blackhole
(package private) Blackhole
JMHSample_26_BatchSize_measureWrong_1_jmhTest. blackhole
(package private) Blackhole
JMHSample_26_BatchSize_measureWrong_5_jmhTest. blackhole
(package private) Blackhole
JMHSample_27_Params_bench_jmhTest. blackhole
(package private) Blackhole
JMHSample_28_BlackholeHelpers_baseline_jmhTest. blackhole
(package private) Blackhole
JMHSample_28_BlackholeHelpers_measureRight_jmhTest. blackhole
(package private) Blackhole
JMHSample_28_BlackholeHelpers_measureWrong_jmhTest. blackhole
(package private) Blackhole
JMHSample_29_StatesDAG_test_jmhTest. blackhole
(package private) Blackhole
JMHSample_30_Interrupts_Q_jmhTest. blackhole
(package private) Blackhole
JMHSample_31_InfraParams_measureDefault_jmhTest. blackhole
(package private) Blackhole
JMHSample_31_InfraParams_measureFollowThreads_jmhTest. blackhole
(package private) Blackhole
JMHSample_32_BulkWarmup_measure_c1_jmhTest. blackhole
(package private) Blackhole
JMHSample_32_BulkWarmup_measure_c2_jmhTest. blackhole
(package private) Blackhole
JMHSample_33_SecurityManager_testWithoutSM_jmhTest. blackhole
(package private) Blackhole
JMHSample_33_SecurityManager_testWithSM_jmhTest. blackhole
(package private) Blackhole
JMHSample_34_SafeLooping_measureRight_1_jmhTest. blackhole
(package private) Blackhole
JMHSample_34_SafeLooping_measureRight_2_jmhTest. blackhole
(package private) Blackhole
JMHSample_34_SafeLooping_measureWrong_1_jmhTest. blackhole
(package private) Blackhole
JMHSample_34_SafeLooping_measureWrong_2_jmhTest. blackhole
(package private) Blackhole
JMHSample_35_Profilers_Atomic_test_jmhTest. blackhole
(package private) Blackhole
JMHSample_35_Profilers_Classy_load_jmhTest. blackhole
(package private) Blackhole
JMHSample_35_Profilers_Maps_test_jmhTest. blackhole
(package private) Blackhole
JMHSample_36_BranchPrediction_sorted_jmhTest. blackhole
(package private) Blackhole
JMHSample_36_BranchPrediction_unsorted_jmhTest. blackhole
(package private) Blackhole
JMHSample_37_CacheAccess_colFirst_jmhTest. blackhole
(package private) Blackhole
JMHSample_37_CacheAccess_rowFirst_jmhTest. blackhole
(package private) Blackhole
JMHSample_38_PerInvokeSetup_measureNeutral_jmhTest. blackhole
(package private) Blackhole
JMHSample_38_PerInvokeSetup_measureRight_jmhTest. blackhole
(package private) Blackhole
JMHSample_38_PerInvokeSetup_measureWrong_jmhTest. blackhole
Methods in org.openjdk.jmh.samples.jmh_generated with parameters of type Blackhole Modifier and Type Method Description static void
JMHSample_08_DeadCode_baseline_jmhTest. baseline_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_08_DeadCode_jmhType l_jmhsample_08_deadcode0_0)
static void
JMHSample_09_Blackholes_baseline_jmhTest. baseline_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_09_Blackholes_jmhType l_jmhsample_09_blackholes0_0)
static void
JMHSample_10_ConstantFold_baseline_jmhTest. baseline_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_10_ConstantFold_jmhType l_jmhsample_10_constantfold0_0)
static void
JMHSample_13_RunToRun_baseline_jmhTest. baseline_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_13_RunToRun_SleepyState_jmhType l_sleepystate1_1, JMHSample_13_RunToRun_jmhType l_jmhsample_13_runtorun0_0)
static void
JMHSample_16_CompilerControl_baseline_jmhTest. baseline_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 void
JMHSample_28_BlackholeHelpers_baseline_jmhTest. baseline_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_28_BlackholeHelpers_jmhType l_jmhsample_28_blackholehelpers0_0)
static void
JMHSample_08_DeadCode_baseline_jmhTest. baseline_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_08_DeadCode_jmhType l_jmhsample_08_deadcode0_0)
static void
JMHSample_09_Blackholes_baseline_jmhTest. baseline_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_09_Blackholes_jmhType l_jmhsample_09_blackholes0_0)
static void
JMHSample_10_ConstantFold_baseline_jmhTest. baseline_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_10_ConstantFold_jmhType l_jmhsample_10_constantfold0_0)
static void
JMHSample_13_RunToRun_baseline_jmhTest. baseline_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_13_RunToRun_SleepyState_jmhType l_sleepystate1_1, JMHSample_13_RunToRun_jmhType l_jmhsample_13_runtorun0_0)
static void
JMHSample_16_CompilerControl_baseline_jmhTest. baseline_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)
static void
JMHSample_28_BlackholeHelpers_baseline_jmhTest. baseline_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_28_BlackholeHelpers_jmhType l_jmhsample_28_blackholehelpers0_0)
static void
JMHSample_08_DeadCode_baseline_jmhTest. baseline_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, JMHSample_08_DeadCode_jmhType l_jmhsample_08_deadcode0_0)
static void
JMHSample_09_Blackholes_baseline_jmhTest. baseline_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, JMHSample_09_Blackholes_jmhType l_jmhsample_09_blackholes0_0)
static void
JMHSample_10_ConstantFold_baseline_jmhTest. baseline_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, JMHSample_10_ConstantFold_jmhType l_jmhsample_10_constantfold0_0)
static void
JMHSample_13_RunToRun_baseline_jmhTest. baseline_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, JMHSample_13_RunToRun_SleepyState_jmhType l_sleepystate1_1, JMHSample_13_RunToRun_jmhType l_jmhsample_13_runtorun0_0)
static void
JMHSample_16_CompilerControl_baseline_jmhTest. baseline_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)
static void
JMHSample_28_BlackholeHelpers_baseline_jmhTest. baseline_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, JMHSample_28_BlackholeHelpers_jmhType l_jmhsample_28_blackholehelpers0_0)
static void
JMHSample_08_DeadCode_baseline_jmhTest. baseline_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_08_DeadCode_jmhType l_jmhsample_08_deadcode0_0)
static void
JMHSample_09_Blackholes_baseline_jmhTest. baseline_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_09_Blackholes_jmhType l_jmhsample_09_blackholes0_0)
static void
JMHSample_10_ConstantFold_baseline_jmhTest. baseline_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_10_ConstantFold_jmhType l_jmhsample_10_constantfold0_0)
static void
JMHSample_13_RunToRun_baseline_jmhTest. baseline_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_13_RunToRun_SleepyState_jmhType l_sleepystate1_1, JMHSample_13_RunToRun_jmhType l_jmhsample_13_runtorun0_0)
static void
JMHSample_16_CompilerControl_baseline_jmhTest. baseline_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)
static void
JMHSample_28_BlackholeHelpers_baseline_jmhTest. baseline_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_28_BlackholeHelpers_jmhType l_jmhsample_28_blackholehelpers0_0)
static void
JMHSample_24_Inheritance_BenchmarkCos_bench_jmhTest. bench_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_24_Inheritance_BenchmarkCos_jmhType l_benchmarkcos0_0)
static void
JMHSample_24_Inheritance_BenchmarkLog_bench_jmhTest. bench_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_24_Inheritance_BenchmarkLog_jmhType l_benchmarklog0_0)
static void
JMHSample_24_Inheritance_BenchmarkSin_bench_jmhTest. bench_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_24_Inheritance_BenchmarkSin_jmhType l_benchmarksin0_0)
static void
JMHSample_27_Params_bench_jmhTest. 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)
static void
JMHSample_24_Inheritance_BenchmarkCos_bench_jmhTest. 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_24_Inheritance_BenchmarkCos_jmhType l_benchmarkcos0_0)
static void
JMHSample_24_Inheritance_BenchmarkLog_bench_jmhTest. 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_24_Inheritance_BenchmarkLog_jmhType l_benchmarklog0_0)
static void
JMHSample_24_Inheritance_BenchmarkSin_bench_jmhTest. 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_24_Inheritance_BenchmarkSin_jmhType l_benchmarksin0_0)
static void
JMHSample_27_Params_bench_jmhTest. 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)
static void
JMHSample_24_Inheritance_BenchmarkCos_bench_jmhTest. bench_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, JMHSample_24_Inheritance_BenchmarkCos_jmhType l_benchmarkcos0_0)
static void
JMHSample_24_Inheritance_BenchmarkLog_bench_jmhTest. bench_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, JMHSample_24_Inheritance_BenchmarkLog_jmhType l_benchmarklog0_0)
static void
JMHSample_24_Inheritance_BenchmarkSin_bench_jmhTest. bench_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, JMHSample_24_Inheritance_BenchmarkSin_jmhType l_benchmarksin0_0)
static void
JMHSample_27_Params_bench_jmhTest. 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)
static void
JMHSample_24_Inheritance_BenchmarkCos_bench_jmhTest. bench_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_24_Inheritance_BenchmarkCos_jmhType l_benchmarkcos0_0)
static void
JMHSample_24_Inheritance_BenchmarkLog_bench_jmhTest. bench_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_24_Inheritance_BenchmarkLog_jmhType l_benchmarklog0_0)
static void
JMHSample_24_Inheritance_BenchmarkSin_bench_jmhTest. bench_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_24_Inheritance_BenchmarkSin_jmhType l_benchmarksin0_0)
static void
JMHSample_27_Params_bench_jmhTest. 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)
static void
JMHSample_16_CompilerControl_blank_jmhTest. blank_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 void
JMHSample_16_CompilerControl_blank_jmhTest. blank_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)
static void
JMHSample_16_CompilerControl_blank_jmhTest. blank_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)
static void
JMHSample_16_CompilerControl_blank_jmhTest. blank_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)
static void
JMHSample_37_CacheAccess_colFirst_jmhTest. colFirst_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_37_CacheAccess_jmhType l_jmhsample_37_cacheaccess0_G)
static void
JMHSample_37_CacheAccess_colFirst_jmhTest. colFirst_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_37_CacheAccess_jmhType l_jmhsample_37_cacheaccess0_G)
static void
JMHSample_37_CacheAccess_colFirst_jmhTest. colFirst_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, JMHSample_37_CacheAccess_jmhType l_jmhsample_37_cacheaccess0_G)
static void
JMHSample_37_CacheAccess_colFirst_jmhTest. colFirst_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_37_CacheAccess_jmhType l_jmhsample_37_cacheaccess0_G)
static void
JMHSample_21_ConsumeCPU_consume_0000_jmhTest. consume_0000_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_21_ConsumeCPU_jmhType l_jmhsample_21_consumecpu0_0)
static void
JMHSample_21_ConsumeCPU_consume_0000_jmhTest. consume_0000_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_21_ConsumeCPU_jmhType l_jmhsample_21_consumecpu0_0)
static void
JMHSample_21_ConsumeCPU_consume_0000_jmhTest. consume_0000_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, JMHSample_21_ConsumeCPU_jmhType l_jmhsample_21_consumecpu0_0)
static void
JMHSample_21_ConsumeCPU_consume_0000_jmhTest. consume_0000_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_21_ConsumeCPU_jmhType l_jmhsample_21_consumecpu0_0)
static void
JMHSample_21_ConsumeCPU_consume_0001_jmhTest. consume_0001_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_21_ConsumeCPU_jmhType l_jmhsample_21_consumecpu0_0)
static void
JMHSample_21_ConsumeCPU_consume_0001_jmhTest. consume_0001_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_21_ConsumeCPU_jmhType l_jmhsample_21_consumecpu0_0)
static void
JMHSample_21_ConsumeCPU_consume_0001_jmhTest. consume_0001_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, JMHSample_21_ConsumeCPU_jmhType l_jmhsample_21_consumecpu0_0)
static void
JMHSample_21_ConsumeCPU_consume_0001_jmhTest. consume_0001_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_21_ConsumeCPU_jmhType l_jmhsample_21_consumecpu0_0)
static void
JMHSample_21_ConsumeCPU_consume_0002_jmhTest. consume_0002_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_21_ConsumeCPU_jmhType l_jmhsample_21_consumecpu0_0)
static void
JMHSample_21_ConsumeCPU_consume_0002_jmhTest. consume_0002_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_21_ConsumeCPU_jmhType l_jmhsample_21_consumecpu0_0)
static void
JMHSample_21_ConsumeCPU_consume_0002_jmhTest. consume_0002_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, JMHSample_21_ConsumeCPU_jmhType l_jmhsample_21_consumecpu0_0)
static void
JMHSample_21_ConsumeCPU_consume_0002_jmhTest. consume_0002_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_21_ConsumeCPU_jmhType l_jmhsample_21_consumecpu0_0)
static void
JMHSample_21_ConsumeCPU_consume_0004_jmhTest. consume_0004_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_21_ConsumeCPU_jmhType l_jmhsample_21_consumecpu0_0)
static void
JMHSample_21_ConsumeCPU_consume_0004_jmhTest. consume_0004_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_21_ConsumeCPU_jmhType l_jmhsample_21_consumecpu0_0)
static void
JMHSample_21_ConsumeCPU_consume_0004_jmhTest. consume_0004_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, JMHSample_21_ConsumeCPU_jmhType l_jmhsample_21_consumecpu0_0)
static void
JMHSample_21_ConsumeCPU_consume_0004_jmhTest. consume_0004_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_21_ConsumeCPU_jmhType l_jmhsample_21_consumecpu0_0)
static void
JMHSample_21_ConsumeCPU_consume_0008_jmhTest. consume_0008_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_21_ConsumeCPU_jmhType l_jmhsample_21_consumecpu0_0)
static void
JMHSample_21_ConsumeCPU_consume_0008_jmhTest. consume_0008_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_21_ConsumeCPU_jmhType l_jmhsample_21_consumecpu0_0)
static void
JMHSample_21_ConsumeCPU_consume_0008_jmhTest. consume_0008_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, JMHSample_21_ConsumeCPU_jmhType l_jmhsample_21_consumecpu0_0)
static void
JMHSample_21_ConsumeCPU_consume_0008_jmhTest. consume_0008_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_21_ConsumeCPU_jmhType l_jmhsample_21_consumecpu0_0)
static void
JMHSample_21_ConsumeCPU_consume_0016_jmhTest. consume_0016_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_21_ConsumeCPU_jmhType l_jmhsample_21_consumecpu0_0)
static void
JMHSample_21_ConsumeCPU_consume_0016_jmhTest. consume_0016_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_21_ConsumeCPU_jmhType l_jmhsample_21_consumecpu0_0)
static void
JMHSample_21_ConsumeCPU_consume_0016_jmhTest. consume_0016_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, JMHSample_21_ConsumeCPU_jmhType l_jmhsample_21_consumecpu0_0)
static void
JMHSample_21_ConsumeCPU_consume_0016_jmhTest. consume_0016_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_21_ConsumeCPU_jmhType l_jmhsample_21_consumecpu0_0)
static void
JMHSample_21_ConsumeCPU_consume_0032_jmhTest. consume_0032_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_21_ConsumeCPU_jmhType l_jmhsample_21_consumecpu0_0)
static void
JMHSample_21_ConsumeCPU_consume_0032_jmhTest. consume_0032_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_21_ConsumeCPU_jmhType l_jmhsample_21_consumecpu0_0)
static void
JMHSample_21_ConsumeCPU_consume_0032_jmhTest. consume_0032_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, JMHSample_21_ConsumeCPU_jmhType l_jmhsample_21_consumecpu0_0)
static void
JMHSample_21_ConsumeCPU_consume_0032_jmhTest. consume_0032_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_21_ConsumeCPU_jmhType l_jmhsample_21_consumecpu0_0)
static void
JMHSample_21_ConsumeCPU_consume_0064_jmhTest. consume_0064_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_21_ConsumeCPU_jmhType l_jmhsample_21_consumecpu0_0)
static void
JMHSample_21_ConsumeCPU_consume_0064_jmhTest. consume_0064_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_21_ConsumeCPU_jmhType l_jmhsample_21_consumecpu0_0)
static void
JMHSample_21_ConsumeCPU_consume_0064_jmhTest. consume_0064_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, JMHSample_21_ConsumeCPU_jmhType l_jmhsample_21_consumecpu0_0)
static void
JMHSample_21_ConsumeCPU_consume_0064_jmhTest. consume_0064_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_21_ConsumeCPU_jmhType l_jmhsample_21_consumecpu0_0)
static void
JMHSample_21_ConsumeCPU_consume_0128_jmhTest. consume_0128_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_21_ConsumeCPU_jmhType l_jmhsample_21_consumecpu0_0)
static void
JMHSample_21_ConsumeCPU_consume_0128_jmhTest. consume_0128_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_21_ConsumeCPU_jmhType l_jmhsample_21_consumecpu0_0)
static void
JMHSample_21_ConsumeCPU_consume_0128_jmhTest. consume_0128_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, JMHSample_21_ConsumeCPU_jmhType l_jmhsample_21_consumecpu0_0)
static void
JMHSample_21_ConsumeCPU_consume_0128_jmhTest. consume_0128_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_21_ConsumeCPU_jmhType l_jmhsample_21_consumecpu0_0)
static void
JMHSample_21_ConsumeCPU_consume_0256_jmhTest. consume_0256_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_21_ConsumeCPU_jmhType l_jmhsample_21_consumecpu0_0)
static void
JMHSample_21_ConsumeCPU_consume_0256_jmhTest. consume_0256_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_21_ConsumeCPU_jmhType l_jmhsample_21_consumecpu0_0)
static void
JMHSample_21_ConsumeCPU_consume_0256_jmhTest. consume_0256_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, JMHSample_21_ConsumeCPU_jmhType l_jmhsample_21_consumecpu0_0)
static void
JMHSample_21_ConsumeCPU_consume_0256_jmhTest. consume_0256_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_21_ConsumeCPU_jmhType l_jmhsample_21_consumecpu0_0)
static void
JMHSample_21_ConsumeCPU_consume_0512_jmhTest. consume_0512_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_21_ConsumeCPU_jmhType l_jmhsample_21_consumecpu0_0)
static void
JMHSample_21_ConsumeCPU_consume_0512_jmhTest. consume_0512_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_21_ConsumeCPU_jmhType l_jmhsample_21_consumecpu0_0)
static void
JMHSample_21_ConsumeCPU_consume_0512_jmhTest. consume_0512_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, JMHSample_21_ConsumeCPU_jmhType l_jmhsample_21_consumecpu0_0)
static void
JMHSample_21_ConsumeCPU_consume_0512_jmhTest. consume_0512_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_21_ConsumeCPU_jmhType l_jmhsample_21_consumecpu0_0)
static void
JMHSample_21_ConsumeCPU_consume_1024_jmhTest. consume_1024_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_21_ConsumeCPU_jmhType l_jmhsample_21_consumecpu0_0)
static void
JMHSample_21_ConsumeCPU_consume_1024_jmhTest. consume_1024_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_21_ConsumeCPU_jmhType l_jmhsample_21_consumecpu0_0)
static void
JMHSample_21_ConsumeCPU_consume_1024_jmhTest. consume_1024_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, JMHSample_21_ConsumeCPU_jmhType l_jmhsample_21_consumecpu0_0)
static void
JMHSample_21_ConsumeCPU_consume_1024_jmhTest. consume_1024_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_21_ConsumeCPU_jmhType l_jmhsample_21_consumecpu0_0)
static void
JMHSample_16_CompilerControl_dontinline_jmhTest. dontinline_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 void
JMHSample_16_CompilerControl_dontinline_jmhTest. dontinline_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)
static void
JMHSample_16_CompilerControl_dontinline_jmhTest. dontinline_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)
static void
JMHSample_16_CompilerControl_dontinline_jmhTest. dontinline_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)
static void
JMHSample_16_CompilerControl_exclude_jmhTest. 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)
static void
JMHSample_16_CompilerControl_exclude_jmhTest. 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)
static void
JMHSample_16_CompilerControl_exclude_jmhTest. 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)
static void
JMHSample_16_CompilerControl_exclude_jmhTest. 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)
static void
JMHSample_13_RunToRun_fork_1_jmhTest. fork_1_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_13_RunToRun_SleepyState_jmhType l_sleepystate1_1, JMHSample_13_RunToRun_jmhType l_jmhsample_13_runtorun0_0)
static void
JMHSample_13_RunToRun_fork_1_jmhTest. fork_1_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_13_RunToRun_SleepyState_jmhType l_sleepystate1_1, JMHSample_13_RunToRun_jmhType l_jmhsample_13_runtorun0_0)
static void
JMHSample_13_RunToRun_fork_1_jmhTest. fork_1_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, JMHSample_13_RunToRun_SleepyState_jmhType l_sleepystate1_1, JMHSample_13_RunToRun_jmhType l_jmhsample_13_runtorun0_0)
static void
JMHSample_13_RunToRun_fork_1_jmhTest. fork_1_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_13_RunToRun_SleepyState_jmhType l_sleepystate1_1, JMHSample_13_RunToRun_jmhType l_jmhsample_13_runtorun0_0)
static void
JMHSample_13_RunToRun_fork_2_jmhTest. fork_2_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_13_RunToRun_SleepyState_jmhType l_sleepystate1_1, JMHSample_13_RunToRun_jmhType l_jmhsample_13_runtorun0_0)
static void
JMHSample_13_RunToRun_fork_2_jmhTest. fork_2_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_13_RunToRun_SleepyState_jmhType l_sleepystate1_1, JMHSample_13_RunToRun_jmhType l_jmhsample_13_runtorun0_0)
static void
JMHSample_13_RunToRun_fork_2_jmhTest. fork_2_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, JMHSample_13_RunToRun_SleepyState_jmhType l_sleepystate1_1, JMHSample_13_RunToRun_jmhType l_jmhsample_13_runtorun0_0)
static void
JMHSample_13_RunToRun_fork_2_jmhTest. fork_2_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_13_RunToRun_SleepyState_jmhType l_sleepystate1_1, JMHSample_13_RunToRun_jmhType l_jmhsample_13_runtorun0_0)
static void
JMHSample_15_Asymmetric_g_jmhTest. get_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_15_Asymmetric_jmhType l_jmhsample_15_asymmetric0_G)
static void
JMHSample_15_Asymmetric_g_jmhTest. get_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_15_Asymmetric_jmhType l_jmhsample_15_asymmetric0_G)
static void
JMHSample_15_Asymmetric_g_jmhTest. get_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, JMHSample_15_Asymmetric_jmhType l_jmhsample_15_asymmetric0_G)
static void
JMHSample_15_Asymmetric_g_jmhTest. get_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_15_Asymmetric_jmhType l_jmhsample_15_asymmetric0_G)
static void
JMHSample_15_Asymmetric_g_jmhTest. inc_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_15_Asymmetric_jmhType l_jmhsample_15_asymmetric0_G)
static void
JMHSample_15_Asymmetric_g_jmhTest. inc_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_15_Asymmetric_jmhType l_jmhsample_15_asymmetric0_G)
static void
JMHSample_15_Asymmetric_g_jmhTest. inc_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, JMHSample_15_Asymmetric_jmhType l_jmhsample_15_asymmetric0_G)
static void
JMHSample_15_Asymmetric_g_jmhTest. inc_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_15_Asymmetric_jmhType l_jmhsample_15_asymmetric0_G)
static void
JMHSample_16_CompilerControl_inline_jmhTest. inline_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 void
JMHSample_16_CompilerControl_inline_jmhTest. inline_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)
static void
JMHSample_16_CompilerControl_inline_jmhTest. inline_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)
static void
JMHSample_16_CompilerControl_inline_jmhTest. inline_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)
static void
JMHSample_35_Profilers_Classy_load_jmhTest. load_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_35_Profilers_Classy_jmhType l_classy0_0)
static void
JMHSample_35_Profilers_Classy_load_jmhTest. load_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_35_Profilers_Classy_jmhType l_classy0_0)
static void
JMHSample_35_Profilers_Classy_load_jmhTest. load_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, JMHSample_35_Profilers_Classy_jmhType l_classy0_0)
static void
JMHSample_35_Profilers_Classy_load_jmhTest. load_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_35_Profilers_Classy_jmhType l_classy0_0)
static void
JMHSample_12_Forking_measure_1_c1_jmhTest. measure_1_c1_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_12_Forking_jmhType l_jmhsample_12_forking0_0)
static void
JMHSample_12_Forking_measure_1_c1_jmhTest. measure_1_c1_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_12_Forking_jmhType l_jmhsample_12_forking0_0)
static void
JMHSample_12_Forking_measure_1_c1_jmhTest. measure_1_c1_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, JMHSample_12_Forking_jmhType l_jmhsample_12_forking0_0)
static void
JMHSample_12_Forking_measure_1_c1_jmhTest. measure_1_c1_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_12_Forking_jmhType l_jmhsample_12_forking0_0)
static void
JMHSample_12_Forking_measure_2_c2_jmhTest. measure_2_c2_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_12_Forking_jmhType l_jmhsample_12_forking0_0)
static void
JMHSample_12_Forking_measure_2_c2_jmhTest. measure_2_c2_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_12_Forking_jmhType l_jmhsample_12_forking0_0)
static void
JMHSample_12_Forking_measure_2_c2_jmhTest. measure_2_c2_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, JMHSample_12_Forking_jmhType l_jmhsample_12_forking0_0)
static void
JMHSample_12_Forking_measure_2_c2_jmhTest. measure_2_c2_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_12_Forking_jmhType l_jmhsample_12_forking0_0)
static void
JMHSample_12_Forking_measure_3_c1_again_jmhTest. measure_3_c1_again_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_12_Forking_jmhType l_jmhsample_12_forking0_0)
static void
JMHSample_12_Forking_measure_3_c1_again_jmhTest. measure_3_c1_again_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_12_Forking_jmhType l_jmhsample_12_forking0_0)
static void
JMHSample_12_Forking_measure_3_c1_again_jmhTest. measure_3_c1_again_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, JMHSample_12_Forking_jmhType l_jmhsample_12_forking0_0)
static void
JMHSample_12_Forking_measure_3_c1_again_jmhTest. measure_3_c1_again_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_12_Forking_jmhType l_jmhsample_12_forking0_0)
static void
JMHSample_12_Forking_measure_4_forked_c1_jmhTest. measure_4_forked_c1_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_12_Forking_jmhType l_jmhsample_12_forking0_0)
static void
JMHSample_12_Forking_measure_4_forked_c1_jmhTest. measure_4_forked_c1_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_12_Forking_jmhType l_jmhsample_12_forking0_0)
static void
JMHSample_12_Forking_measure_4_forked_c1_jmhTest. measure_4_forked_c1_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, JMHSample_12_Forking_jmhType l_jmhsample_12_forking0_0)
static void
JMHSample_12_Forking_measure_4_forked_c1_jmhTest. measure_4_forked_c1_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_12_Forking_jmhType l_jmhsample_12_forking0_0)
static void
JMHSample_12_Forking_measure_5_forked_c2_jmhTest. measure_5_forked_c2_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_12_Forking_jmhType l_jmhsample_12_forking0_0)
static void
JMHSample_12_Forking_measure_5_forked_c2_jmhTest. measure_5_forked_c2_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_12_Forking_jmhType l_jmhsample_12_forking0_0)
static void
JMHSample_12_Forking_measure_5_forked_c2_jmhTest. measure_5_forked_c2_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, JMHSample_12_Forking_jmhType l_jmhsample_12_forking0_0)
static void
JMHSample_12_Forking_measure_5_forked_c2_jmhTest. measure_5_forked_c2_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_12_Forking_jmhType l_jmhsample_12_forking0_0)
static void
JMHSample_04_DefaultState_measure_jmhTest. measure_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_04_DefaultState_jmhType l_jmhsample_04_defaultstate0_0)
static void
JMHSample_20_Annotations_measure_jmhTest. 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)
static void
JMHSample_32_BulkWarmup_measure_c1_jmhTest. measure_c1_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_32_BulkWarmup_jmhType l_jmhsample_32_bulkwarmup0_0)
static void
JMHSample_32_BulkWarmup_measure_c1_jmhTest. measure_c1_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_32_BulkWarmup_jmhType l_jmhsample_32_bulkwarmup0_0)
static void
JMHSample_32_BulkWarmup_measure_c1_jmhTest. measure_c1_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, JMHSample_32_BulkWarmup_jmhType l_jmhsample_32_bulkwarmup0_0)
static void
JMHSample_32_BulkWarmup_measure_c1_jmhTest. measure_c1_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_32_BulkWarmup_jmhType l_jmhsample_32_bulkwarmup0_0)
static void
JMHSample_32_BulkWarmup_measure_c2_jmhTest. measure_c2_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_32_BulkWarmup_jmhType l_jmhsample_32_bulkwarmup0_0)
static void
JMHSample_32_BulkWarmup_measure_c2_jmhTest. measure_c2_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_32_BulkWarmup_jmhType l_jmhsample_32_bulkwarmup0_0)
static void
JMHSample_32_BulkWarmup_measure_c2_jmhTest. measure_c2_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, JMHSample_32_BulkWarmup_jmhType l_jmhsample_32_bulkwarmup0_0)
static void
JMHSample_32_BulkWarmup_measure_c2_jmhTest. measure_c2_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_32_BulkWarmup_jmhType l_jmhsample_32_bulkwarmup0_0)
static void
JMHSample_04_DefaultState_measure_jmhTest. 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_04_DefaultState_jmhType l_jmhsample_04_defaultstate0_0)
static void
JMHSample_20_Annotations_measure_jmhTest. 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)
static void
JMHSample_04_DefaultState_measure_jmhTest. measure_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, JMHSample_04_DefaultState_jmhType l_jmhsample_04_defaultstate0_0)
static void
JMHSample_20_Annotations_measure_jmhTest. 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)
static void
JMHSample_04_DefaultState_measure_jmhTest. measure_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_04_DefaultState_jmhType l_jmhsample_04_defaultstate0_0)
static void
JMHSample_20_Annotations_measure_jmhTest. 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)
static void
JMHSample_02_BenchmarkModes_measureAll_jmhTest. measureAll_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_02_BenchmarkModes_jmhType l_jmhsample_02_benchmarkmodes0_0)
static void
JMHSample_02_BenchmarkModes_measureAll_jmhTest. measureAll_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_02_BenchmarkModes_jmhType l_jmhsample_02_benchmarkmodes0_0)
static void
JMHSample_02_BenchmarkModes_measureAll_jmhTest. measureAll_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, JMHSample_02_BenchmarkModes_jmhType l_jmhsample_02_benchmarkmodes0_0)
static void
JMHSample_02_BenchmarkModes_measureAll_jmhTest. measureAll_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_02_BenchmarkModes_jmhType l_jmhsample_02_benchmarkmodes0_0)
static void
JMHSample_02_BenchmarkModes_measureAvgTime_jmhTest. measureAvgTime_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_02_BenchmarkModes_jmhType l_jmhsample_02_benchmarkmodes0_0)
static void
JMHSample_02_BenchmarkModes_measureAvgTime_jmhTest. measureAvgTime_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_02_BenchmarkModes_jmhType l_jmhsample_02_benchmarkmodes0_0)
static void
JMHSample_02_BenchmarkModes_measureAvgTime_jmhTest. measureAvgTime_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, JMHSample_02_BenchmarkModes_jmhType l_jmhsample_02_benchmarkmodes0_0)
static void
JMHSample_02_BenchmarkModes_measureAvgTime_jmhTest. measureAvgTime_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_02_BenchmarkModes_jmhType l_jmhsample_02_benchmarkmodes0_0)
static void
JMHSample_07_FixtureLevelInvocation_measureCold_jmhTest. measureCold_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_07_FixtureLevelInvocation_LaggingState_jmhType l_laggingstate1_G, JMHSample_07_FixtureLevelInvocation_Scratch_jmhType l_scratch2_1, JMHSample_07_FixtureLevelInvocation_jmhType l_jmhsample_07_fixturelevelinvocation0_0)
static void
JMHSample_07_FixtureLevelInvocation_measureCold_jmhTest. measureCold_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_07_FixtureLevelInvocation_LaggingState_jmhType l_laggingstate1_G, JMHSample_07_FixtureLevelInvocation_Scratch_jmhType l_scratch2_1, JMHSample_07_FixtureLevelInvocation_jmhType l_jmhsample_07_fixturelevelinvocation0_0)
static void
JMHSample_07_FixtureLevelInvocation_measureCold_jmhTest. measureCold_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, JMHSample_07_FixtureLevelInvocation_LaggingState_jmhType l_laggingstate1_G, JMHSample_07_FixtureLevelInvocation_Scratch_jmhType l_scratch2_1, JMHSample_07_FixtureLevelInvocation_jmhType l_jmhsample_07_fixturelevelinvocation0_0)
static void
JMHSample_07_FixtureLevelInvocation_measureCold_jmhTest. measureCold_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_07_FixtureLevelInvocation_LaggingState_jmhType l_laggingstate1_G, JMHSample_07_FixtureLevelInvocation_Scratch_jmhType l_scratch2_1, JMHSample_07_FixtureLevelInvocation_jmhType l_jmhsample_07_fixturelevelinvocation0_0)
static void
JMHSample_31_InfraParams_measureDefault_jmhTest. measureDefault_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_31_InfraParams_Ids_jmhType l_ids1_0, JMHSample_31_InfraParams_jmhType l_jmhsample_31_infraparams0_G)
static void
JMHSample_31_InfraParams_measureDefault_jmhTest. measureDefault_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_31_InfraParams_Ids_jmhType l_ids1_0, JMHSample_31_InfraParams_jmhType l_jmhsample_31_infraparams0_G)
static void
JMHSample_31_InfraParams_measureDefault_jmhTest. measureDefault_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, JMHSample_31_InfraParams_Ids_jmhType l_ids1_0, JMHSample_31_InfraParams_jmhType l_jmhsample_31_infraparams0_G)
static void
JMHSample_31_InfraParams_measureDefault_jmhTest. measureDefault_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_31_InfraParams_Ids_jmhType l_ids1_0, JMHSample_31_InfraParams_jmhType l_jmhsample_31_infraparams0_G)
static void
JMHSample_31_InfraParams_measureFollowThreads_jmhTest. measureFollowThreads_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_31_InfraParams_Ids_jmhType l_ids1_0, JMHSample_31_InfraParams_jmhType l_jmhsample_31_infraparams0_G)
static void
JMHSample_31_InfraParams_measureFollowThreads_jmhTest. measureFollowThreads_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_31_InfraParams_Ids_jmhType l_ids1_0, JMHSample_31_InfraParams_jmhType l_jmhsample_31_infraparams0_G)
static void
JMHSample_31_InfraParams_measureFollowThreads_jmhTest. measureFollowThreads_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, JMHSample_31_InfraParams_Ids_jmhType l_ids1_0, JMHSample_31_InfraParams_jmhType l_jmhsample_31_infraparams0_G)
static void
JMHSample_31_InfraParams_measureFollowThreads_jmhTest. measureFollowThreads_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_31_InfraParams_Ids_jmhType l_ids1_0, JMHSample_31_InfraParams_jmhType l_jmhsample_31_infraparams0_G)
static void
JMHSample_07_FixtureLevelInvocation_measureHot_jmhTest. measureHot_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_07_FixtureLevelInvocation_NormalState_jmhType l_normalstate1_G, JMHSample_07_FixtureLevelInvocation_Scratch_jmhType l_scratch2_1, JMHSample_07_FixtureLevelInvocation_jmhType l_jmhsample_07_fixturelevelinvocation0_0)
static void
JMHSample_07_FixtureLevelInvocation_measureHot_jmhTest. measureHot_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_07_FixtureLevelInvocation_NormalState_jmhType l_normalstate1_G, JMHSample_07_FixtureLevelInvocation_Scratch_jmhType l_scratch2_1, JMHSample_07_FixtureLevelInvocation_jmhType l_jmhsample_07_fixturelevelinvocation0_0)
static void
JMHSample_07_FixtureLevelInvocation_measureHot_jmhTest. measureHot_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, JMHSample_07_FixtureLevelInvocation_NormalState_jmhType l_normalstate1_G, JMHSample_07_FixtureLevelInvocation_Scratch_jmhType l_scratch2_1, JMHSample_07_FixtureLevelInvocation_jmhType l_jmhsample_07_fixturelevelinvocation0_0)
static void
JMHSample_07_FixtureLevelInvocation_measureHot_jmhTest. measureHot_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_07_FixtureLevelInvocation_NormalState_jmhType l_normalstate1_G, JMHSample_07_FixtureLevelInvocation_Scratch_jmhType l_scratch2_1, JMHSample_07_FixtureLevelInvocation_jmhType l_jmhsample_07_fixturelevelinvocation0_0)
static void
JMHSample_02_BenchmarkModes_measureMultiple_jmhTest. measureMultiple_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_02_BenchmarkModes_jmhType l_jmhsample_02_benchmarkmodes0_0)
static void
JMHSample_02_BenchmarkModes_measureMultiple_jmhTest. measureMultiple_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_02_BenchmarkModes_jmhType l_jmhsample_02_benchmarkmodes0_0)
static void
JMHSample_02_BenchmarkModes_measureMultiple_jmhTest. measureMultiple_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, JMHSample_02_BenchmarkModes_jmhType l_jmhsample_02_benchmarkmodes0_0)
static void
JMHSample_02_BenchmarkModes_measureMultiple_jmhTest. measureMultiple_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_02_BenchmarkModes_jmhType l_jmhsample_02_benchmarkmodes0_0)
static void
JMHSample_38_PerInvokeSetup_measureNeutral_jmhTest. measureNeutral_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_38_PerInvokeSetup_DataCopy_jmhType l_datacopy1_1, JMHSample_38_PerInvokeSetup_jmhType l_jmhsample_38_perinvokesetup0_0, JMHSample_38_PerInvokeSetup_Data_jmhType l_data2_G)
static void
JMHSample_38_PerInvokeSetup_measureNeutral_jmhTest. measureNeutral_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_38_PerInvokeSetup_DataCopy_jmhType l_datacopy1_1, JMHSample_38_PerInvokeSetup_jmhType l_jmhsample_38_perinvokesetup0_0, JMHSample_38_PerInvokeSetup_Data_jmhType l_data2_G)
static void
JMHSample_38_PerInvokeSetup_measureNeutral_jmhTest. measureNeutral_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, JMHSample_38_PerInvokeSetup_DataCopy_jmhType l_datacopy1_1, JMHSample_38_PerInvokeSetup_jmhType l_jmhsample_38_perinvokesetup0_0, JMHSample_38_PerInvokeSetup_Data_jmhType l_data2_G)
static void
JMHSample_38_PerInvokeSetup_measureNeutral_jmhTest. measureNeutral_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_38_PerInvokeSetup_DataCopy_jmhType l_datacopy1_1, JMHSample_38_PerInvokeSetup_jmhType l_jmhsample_38_perinvokesetup0_0, JMHSample_38_PerInvokeSetup_Data_jmhType l_data2_G)
static void
JMHSample_09_Blackholes_measureRight_1_jmhTest. measureRight_1_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_09_Blackholes_jmhType l_jmhsample_09_blackholes0_0)
static void
JMHSample_34_SafeLooping_measureRight_1_jmhTest. measureRight_1_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_34_SafeLooping_jmhType l_jmhsample_34_safelooping0_0)
static void
JMHSample_09_Blackholes_measureRight_1_jmhTest. measureRight_1_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_09_Blackholes_jmhType l_jmhsample_09_blackholes0_0)
static void
JMHSample_34_SafeLooping_measureRight_1_jmhTest. measureRight_1_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_34_SafeLooping_jmhType l_jmhsample_34_safelooping0_0)
static void
JMHSample_09_Blackholes_measureRight_1_jmhTest. measureRight_1_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, JMHSample_09_Blackholes_jmhType l_jmhsample_09_blackholes0_0)
static void
JMHSample_34_SafeLooping_measureRight_1_jmhTest. measureRight_1_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, JMHSample_34_SafeLooping_jmhType l_jmhsample_34_safelooping0_0)
static void
JMHSample_09_Blackholes_measureRight_1_jmhTest. measureRight_1_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_09_Blackholes_jmhType l_jmhsample_09_blackholes0_0)
static void
JMHSample_34_SafeLooping_measureRight_1_jmhTest. measureRight_1_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_34_SafeLooping_jmhType l_jmhsample_34_safelooping0_0)
static void
JMHSample_09_Blackholes_measureRight_2_jmhTest. measureRight_2_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_09_Blackholes_jmhType l_jmhsample_09_blackholes0_0)
static void
JMHSample_34_SafeLooping_measureRight_2_jmhTest. measureRight_2_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_34_SafeLooping_jmhType l_jmhsample_34_safelooping0_0)
static void
JMHSample_09_Blackholes_measureRight_2_jmhTest. measureRight_2_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_09_Blackholes_jmhType l_jmhsample_09_blackholes0_0)
static void
JMHSample_34_SafeLooping_measureRight_2_jmhTest. measureRight_2_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_34_SafeLooping_jmhType l_jmhsample_34_safelooping0_0)
static void
JMHSample_09_Blackholes_measureRight_2_jmhTest. measureRight_2_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, JMHSample_09_Blackholes_jmhType l_jmhsample_09_blackholes0_0)
static void
JMHSample_34_SafeLooping_measureRight_2_jmhTest. measureRight_2_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, JMHSample_34_SafeLooping_jmhType l_jmhsample_34_safelooping0_0)
static void
JMHSample_09_Blackholes_measureRight_2_jmhTest. measureRight_2_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_09_Blackholes_jmhType l_jmhsample_09_blackholes0_0)
static void
JMHSample_34_SafeLooping_measureRight_2_jmhTest. measureRight_2_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_34_SafeLooping_jmhType l_jmhsample_34_safelooping0_0)
static void
JMHSample_05_StateFixtures_measureRight_jmhTest. measureRight_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_05_StateFixtures_jmhType l_jmhsample_05_statefixtures0_0)
static void
JMHSample_06_FixtureLevel_measureRight_jmhTest. measureRight_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_06_FixtureLevel_jmhType l_jmhsample_06_fixturelevel0_0)
static void
JMHSample_08_DeadCode_measureRight_jmhTest. measureRight_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_08_DeadCode_jmhType l_jmhsample_08_deadcode0_0)
static void
JMHSample_10_ConstantFold_measureRight_jmhTest. measureRight_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_10_ConstantFold_jmhType l_jmhsample_10_constantfold0_0)
static void
JMHSample_11_Loops_measureRight_jmhTest. measureRight_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_11_Loops_jmhType l_jmhsample_11_loops0_0)
static void
JMHSample_26_BatchSize_measureRight_jmhTest. measureRight_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_26_BatchSize_jmhType l_jmhsample_26_batchsize0_0)
static void
JMHSample_28_BlackholeHelpers_measureRight_jmhTest. measureRight_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_28_BlackholeHelpers_jmhType l_jmhsample_28_blackholehelpers0_0)
static void
JMHSample_38_PerInvokeSetup_measureRight_jmhTest. measureRight_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_38_PerInvokeSetup_Data_jmhType l_data1_G, JMHSample_38_PerInvokeSetup_jmhType l_jmhsample_38_perinvokesetup0_0)
static void
JMHSample_05_StateFixtures_measureRight_jmhTest. measureRight_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_05_StateFixtures_jmhType l_jmhsample_05_statefixtures0_0)
static void
JMHSample_06_FixtureLevel_measureRight_jmhTest. measureRight_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_06_FixtureLevel_jmhType l_jmhsample_06_fixturelevel0_0)
static void
JMHSample_08_DeadCode_measureRight_jmhTest. measureRight_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_08_DeadCode_jmhType l_jmhsample_08_deadcode0_0)
static void
JMHSample_10_ConstantFold_measureRight_jmhTest. measureRight_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_10_ConstantFold_jmhType l_jmhsample_10_constantfold0_0)
static void
JMHSample_11_Loops_measureRight_jmhTest. measureRight_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_11_Loops_jmhType l_jmhsample_11_loops0_0)
static void
JMHSample_26_BatchSize_measureRight_jmhTest. measureRight_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_26_BatchSize_jmhType l_jmhsample_26_batchsize0_0)
static void
JMHSample_28_BlackholeHelpers_measureRight_jmhTest. measureRight_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_28_BlackholeHelpers_jmhType l_jmhsample_28_blackholehelpers0_0)
static void
JMHSample_38_PerInvokeSetup_measureRight_jmhTest. measureRight_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_38_PerInvokeSetup_Data_jmhType l_data1_G, JMHSample_38_PerInvokeSetup_jmhType l_jmhsample_38_perinvokesetup0_0)
static void
JMHSample_05_StateFixtures_measureRight_jmhTest. measureRight_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, JMHSample_05_StateFixtures_jmhType l_jmhsample_05_statefixtures0_0)
static void
JMHSample_06_FixtureLevel_measureRight_jmhTest. measureRight_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, JMHSample_06_FixtureLevel_jmhType l_jmhsample_06_fixturelevel0_0)
static void
JMHSample_08_DeadCode_measureRight_jmhTest. measureRight_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, JMHSample_08_DeadCode_jmhType l_jmhsample_08_deadcode0_0)
static void
JMHSample_10_ConstantFold_measureRight_jmhTest. measureRight_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, JMHSample_10_ConstantFold_jmhType l_jmhsample_10_constantfold0_0)
static void
JMHSample_11_Loops_measureRight_jmhTest. measureRight_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, JMHSample_11_Loops_jmhType l_jmhsample_11_loops0_0)
static void
JMHSample_26_BatchSize_measureRight_jmhTest. measureRight_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, JMHSample_26_BatchSize_jmhType l_jmhsample_26_batchsize0_0)
static void
JMHSample_28_BlackholeHelpers_measureRight_jmhTest. measureRight_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, JMHSample_28_BlackholeHelpers_jmhType l_jmhsample_28_blackholehelpers0_0)
static void
JMHSample_38_PerInvokeSetup_measureRight_jmhTest. measureRight_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, JMHSample_38_PerInvokeSetup_Data_jmhType l_data1_G, JMHSample_38_PerInvokeSetup_jmhType l_jmhsample_38_perinvokesetup0_0)
static void
JMHSample_05_StateFixtures_measureRight_jmhTest. measureRight_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_05_StateFixtures_jmhType l_jmhsample_05_statefixtures0_0)
static void
JMHSample_06_FixtureLevel_measureRight_jmhTest. measureRight_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_06_FixtureLevel_jmhType l_jmhsample_06_fixturelevel0_0)
static void
JMHSample_08_DeadCode_measureRight_jmhTest. measureRight_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_08_DeadCode_jmhType l_jmhsample_08_deadcode0_0)
static void
JMHSample_10_ConstantFold_measureRight_jmhTest. measureRight_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_10_ConstantFold_jmhType l_jmhsample_10_constantfold0_0)
static void
JMHSample_11_Loops_measureRight_jmhTest. measureRight_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_11_Loops_jmhType l_jmhsample_11_loops0_0)
static void
JMHSample_26_BatchSize_measureRight_jmhTest. measureRight_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_26_BatchSize_jmhType l_jmhsample_26_batchsize0_0)
static void
JMHSample_28_BlackholeHelpers_measureRight_jmhTest. measureRight_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_28_BlackholeHelpers_jmhType l_jmhsample_28_blackholehelpers0_0)
static void
JMHSample_38_PerInvokeSetup_measureRight_jmhTest. measureRight_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_38_PerInvokeSetup_Data_jmhType l_data1_G, JMHSample_38_PerInvokeSetup_jmhType l_jmhsample_38_perinvokesetup0_0)
static void
JMHSample_02_BenchmarkModes_measureSamples_jmhTest. measureSamples_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_02_BenchmarkModes_jmhType l_jmhsample_02_benchmarkmodes0_0)
static void
JMHSample_02_BenchmarkModes_measureSamples_jmhTest. measureSamples_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_02_BenchmarkModes_jmhType l_jmhsample_02_benchmarkmodes0_0)
static void
JMHSample_02_BenchmarkModes_measureSamples_jmhTest. measureSamples_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, JMHSample_02_BenchmarkModes_jmhType l_jmhsample_02_benchmarkmodes0_0)
static void
JMHSample_02_BenchmarkModes_measureSamples_jmhTest. measureSamples_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_02_BenchmarkModes_jmhType l_jmhsample_02_benchmarkmodes0_0)
static void
JMHSample_03_States_measureShared_jmhTest. measureShared_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_03_States_BenchmarkState_jmhType l_benchmarkstate1_G, JMHSample_03_States_jmhType l_jmhsample_03_states0_0)
static void
JMHSample_03_States_measureShared_jmhTest. measureShared_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_03_States_BenchmarkState_jmhType l_benchmarkstate1_G, JMHSample_03_States_jmhType l_jmhsample_03_states0_0)
static void
JMHSample_03_States_measureShared_jmhTest. measureShared_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, JMHSample_03_States_BenchmarkState_jmhType l_benchmarkstate1_G, JMHSample_03_States_jmhType l_jmhsample_03_states0_0)
static void
JMHSample_03_States_measureShared_jmhTest. measureShared_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_03_States_BenchmarkState_jmhType l_benchmarkstate1_G, JMHSample_03_States_jmhType l_jmhsample_03_states0_0)
static void
JMHSample_02_BenchmarkModes_measureSingleShot_jmhTest. measureSingleShot_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_02_BenchmarkModes_jmhType l_jmhsample_02_benchmarkmodes0_0)
static void
JMHSample_02_BenchmarkModes_measureSingleShot_jmhTest. measureSingleShot_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_02_BenchmarkModes_jmhType l_jmhsample_02_benchmarkmodes0_0)
static void
JMHSample_02_BenchmarkModes_measureSingleShot_jmhTest. measureSingleShot_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, JMHSample_02_BenchmarkModes_jmhType l_jmhsample_02_benchmarkmodes0_0)
static void
JMHSample_02_BenchmarkModes_measureSingleShot_jmhTest. measureSingleShot_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_02_BenchmarkModes_jmhType l_jmhsample_02_benchmarkmodes0_0)
static void
JMHSample_02_BenchmarkModes_measureThroughput_jmhTest. measureThroughput_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_02_BenchmarkModes_jmhType l_jmhsample_02_benchmarkmodes0_0)
static void
JMHSample_02_BenchmarkModes_measureThroughput_jmhTest. measureThroughput_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_02_BenchmarkModes_jmhType l_jmhsample_02_benchmarkmodes0_0)
static void
JMHSample_02_BenchmarkModes_measureThroughput_jmhTest. measureThroughput_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, JMHSample_02_BenchmarkModes_jmhType l_jmhsample_02_benchmarkmodes0_0)
static void
JMHSample_02_BenchmarkModes_measureThroughput_jmhTest. measureThroughput_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_02_BenchmarkModes_jmhType l_jmhsample_02_benchmarkmodes0_0)
static void
JMHSample_03_States_measureUnshared_jmhTest. measureUnshared_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_03_States_ThreadState_jmhType l_threadstate1_1, JMHSample_03_States_jmhType l_jmhsample_03_states0_0)
static void
JMHSample_03_States_measureUnshared_jmhTest. measureUnshared_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_03_States_ThreadState_jmhType l_threadstate1_1, JMHSample_03_States_jmhType l_jmhsample_03_states0_0)
static void
JMHSample_03_States_measureUnshared_jmhTest. measureUnshared_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, JMHSample_03_States_ThreadState_jmhType l_threadstate1_1, JMHSample_03_States_jmhType l_jmhsample_03_states0_0)
static void
JMHSample_03_States_measureUnshared_jmhTest. measureUnshared_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_03_States_ThreadState_jmhType l_threadstate1_1, JMHSample_03_States_jmhType l_jmhsample_03_states0_0)
static void
JMHSample_10_ConstantFold_measureWrong_1_jmhTest. measureWrong_1_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_10_ConstantFold_jmhType l_jmhsample_10_constantfold0_0)
static void
JMHSample_11_Loops_measureWrong_1_jmhTest. measureWrong_1_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_11_Loops_jmhType l_jmhsample_11_loops0_0)
static void
JMHSample_26_BatchSize_measureWrong_1_jmhTest. measureWrong_1_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_26_BatchSize_jmhType l_jmhsample_26_batchsize0_0)
static void
JMHSample_34_SafeLooping_measureWrong_1_jmhTest. measureWrong_1_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_34_SafeLooping_jmhType l_jmhsample_34_safelooping0_0)
static void
JMHSample_10_ConstantFold_measureWrong_1_jmhTest. measureWrong_1_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_10_ConstantFold_jmhType l_jmhsample_10_constantfold0_0)
static void
JMHSample_11_Loops_measureWrong_1_jmhTest. measureWrong_1_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_11_Loops_jmhType l_jmhsample_11_loops0_0)
static void
JMHSample_26_BatchSize_measureWrong_1_jmhTest. measureWrong_1_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_26_BatchSize_jmhType l_jmhsample_26_batchsize0_0)
static void
JMHSample_34_SafeLooping_measureWrong_1_jmhTest. measureWrong_1_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_34_SafeLooping_jmhType l_jmhsample_34_safelooping0_0)
static void
JMHSample_10_ConstantFold_measureWrong_1_jmhTest. measureWrong_1_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, JMHSample_10_ConstantFold_jmhType l_jmhsample_10_constantfold0_0)
static void
JMHSample_11_Loops_measureWrong_1_jmhTest. measureWrong_1_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, JMHSample_11_Loops_jmhType l_jmhsample_11_loops0_0)
static void
JMHSample_26_BatchSize_measureWrong_1_jmhTest. measureWrong_1_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, JMHSample_26_BatchSize_jmhType l_jmhsample_26_batchsize0_0)
static void
JMHSample_34_SafeLooping_measureWrong_1_jmhTest. measureWrong_1_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, JMHSample_34_SafeLooping_jmhType l_jmhsample_34_safelooping0_0)
static void
JMHSample_10_ConstantFold_measureWrong_1_jmhTest. measureWrong_1_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_10_ConstantFold_jmhType l_jmhsample_10_constantfold0_0)
static void
JMHSample_11_Loops_measureWrong_1_jmhTest. measureWrong_1_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_11_Loops_jmhType l_jmhsample_11_loops0_0)
static void
JMHSample_26_BatchSize_measureWrong_1_jmhTest. measureWrong_1_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_26_BatchSize_jmhType l_jmhsample_26_batchsize0_0)
static void
JMHSample_34_SafeLooping_measureWrong_1_jmhTest. measureWrong_1_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_34_SafeLooping_jmhType l_jmhsample_34_safelooping0_0)
static void
JMHSample_11_Loops_measureWrong_10_jmhTest. measureWrong_10_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_11_Loops_jmhType l_jmhsample_11_loops0_0)
static void
JMHSample_11_Loops_measureWrong_10_jmhTest. measureWrong_10_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_11_Loops_jmhType l_jmhsample_11_loops0_0)
static void
JMHSample_11_Loops_measureWrong_10_jmhTest. measureWrong_10_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, JMHSample_11_Loops_jmhType l_jmhsample_11_loops0_0)
static void
JMHSample_11_Loops_measureWrong_10_jmhTest. measureWrong_10_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_11_Loops_jmhType l_jmhsample_11_loops0_0)
static void
JMHSample_11_Loops_measureWrong_100_jmhTest. measureWrong_100_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_11_Loops_jmhType l_jmhsample_11_loops0_0)
static void
JMHSample_11_Loops_measureWrong_100_jmhTest. measureWrong_100_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_11_Loops_jmhType l_jmhsample_11_loops0_0)
static void
JMHSample_11_Loops_measureWrong_100_jmhTest. measureWrong_100_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, JMHSample_11_Loops_jmhType l_jmhsample_11_loops0_0)
static void
JMHSample_11_Loops_measureWrong_100_jmhTest. measureWrong_100_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_11_Loops_jmhType l_jmhsample_11_loops0_0)
static void
JMHSample_11_Loops_measureWrong_1000_jmhTest. measureWrong_1000_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_11_Loops_jmhType l_jmhsample_11_loops0_0)
static void
JMHSample_11_Loops_measureWrong_1000_jmhTest. measureWrong_1000_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_11_Loops_jmhType l_jmhsample_11_loops0_0)
static void
JMHSample_11_Loops_measureWrong_1000_jmhTest. measureWrong_1000_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, JMHSample_11_Loops_jmhType l_jmhsample_11_loops0_0)
static void
JMHSample_11_Loops_measureWrong_1000_jmhTest. measureWrong_1000_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_11_Loops_jmhType l_jmhsample_11_loops0_0)
static void
JMHSample_11_Loops_measureWrong_10000_jmhTest. measureWrong_10000_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_11_Loops_jmhType l_jmhsample_11_loops0_0)
static void
JMHSample_11_Loops_measureWrong_10000_jmhTest. measureWrong_10000_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_11_Loops_jmhType l_jmhsample_11_loops0_0)
static void
JMHSample_11_Loops_measureWrong_10000_jmhTest. measureWrong_10000_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, JMHSample_11_Loops_jmhType l_jmhsample_11_loops0_0)
static void
JMHSample_11_Loops_measureWrong_10000_jmhTest. measureWrong_10000_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_11_Loops_jmhType l_jmhsample_11_loops0_0)
static void
JMHSample_11_Loops_measureWrong_100000_jmhTest. measureWrong_100000_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_11_Loops_jmhType l_jmhsample_11_loops0_0)
static void
JMHSample_11_Loops_measureWrong_100000_jmhTest. measureWrong_100000_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_11_Loops_jmhType l_jmhsample_11_loops0_0)
static void
JMHSample_11_Loops_measureWrong_100000_jmhTest. measureWrong_100000_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, JMHSample_11_Loops_jmhType l_jmhsample_11_loops0_0)
static void
JMHSample_11_Loops_measureWrong_100000_jmhTest. measureWrong_100000_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_11_Loops_jmhType l_jmhsample_11_loops0_0)
static void
JMHSample_10_ConstantFold_measureWrong_2_jmhTest. measureWrong_2_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_10_ConstantFold_jmhType l_jmhsample_10_constantfold0_0)
static void
JMHSample_34_SafeLooping_measureWrong_2_jmhTest. measureWrong_2_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_34_SafeLooping_jmhType l_jmhsample_34_safelooping0_0)
static void
JMHSample_10_ConstantFold_measureWrong_2_jmhTest. measureWrong_2_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_10_ConstantFold_jmhType l_jmhsample_10_constantfold0_0)
static void
JMHSample_34_SafeLooping_measureWrong_2_jmhTest. measureWrong_2_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_34_SafeLooping_jmhType l_jmhsample_34_safelooping0_0)
static void
JMHSample_10_ConstantFold_measureWrong_2_jmhTest. measureWrong_2_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, JMHSample_10_ConstantFold_jmhType l_jmhsample_10_constantfold0_0)
static void
JMHSample_34_SafeLooping_measureWrong_2_jmhTest. measureWrong_2_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, JMHSample_34_SafeLooping_jmhType l_jmhsample_34_safelooping0_0)
static void
JMHSample_10_ConstantFold_measureWrong_2_jmhTest. measureWrong_2_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_10_ConstantFold_jmhType l_jmhsample_10_constantfold0_0)
static void
JMHSample_34_SafeLooping_measureWrong_2_jmhTest. measureWrong_2_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_34_SafeLooping_jmhType l_jmhsample_34_safelooping0_0)
static void
JMHSample_26_BatchSize_measureWrong_5_jmhTest. measureWrong_5_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_26_BatchSize_jmhType l_jmhsample_26_batchsize0_0)
static void
JMHSample_26_BatchSize_measureWrong_5_jmhTest. measureWrong_5_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_26_BatchSize_jmhType l_jmhsample_26_batchsize0_0)
static void
JMHSample_26_BatchSize_measureWrong_5_jmhTest. measureWrong_5_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, JMHSample_26_BatchSize_jmhType l_jmhsample_26_batchsize0_0)
static void
JMHSample_26_BatchSize_measureWrong_5_jmhTest. measureWrong_5_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_26_BatchSize_jmhType l_jmhsample_26_batchsize0_0)
static void
JMHSample_05_StateFixtures_measureWrong_jmhTest. measureWrong_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_05_StateFixtures_jmhType l_jmhsample_05_statefixtures0_0)
static void
JMHSample_06_FixtureLevel_measureWrong_jmhTest. measureWrong_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_06_FixtureLevel_jmhType l_jmhsample_06_fixturelevel0_0)
static void
JMHSample_08_DeadCode_measureWrong_jmhTest. measureWrong_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_08_DeadCode_jmhType l_jmhsample_08_deadcode0_0)
static void
JMHSample_09_Blackholes_measureWrong_jmhTest. measureWrong_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_09_Blackholes_jmhType l_jmhsample_09_blackholes0_0)
static void
JMHSample_28_BlackholeHelpers_measureWrong_jmhTest. measureWrong_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_28_BlackholeHelpers_jmhType l_jmhsample_28_blackholehelpers0_0)
static void
JMHSample_38_PerInvokeSetup_measureWrong_jmhTest. measureWrong_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_38_PerInvokeSetup_Data_jmhType l_data1_G, JMHSample_38_PerInvokeSetup_jmhType l_jmhsample_38_perinvokesetup0_0)
static void
JMHSample_05_StateFixtures_measureWrong_jmhTest. measureWrong_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_05_StateFixtures_jmhType l_jmhsample_05_statefixtures0_0)
static void
JMHSample_06_FixtureLevel_measureWrong_jmhTest. measureWrong_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_06_FixtureLevel_jmhType l_jmhsample_06_fixturelevel0_0)
static void
JMHSample_08_DeadCode_measureWrong_jmhTest. measureWrong_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_08_DeadCode_jmhType l_jmhsample_08_deadcode0_0)
static void
JMHSample_09_Blackholes_measureWrong_jmhTest. measureWrong_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_09_Blackholes_jmhType l_jmhsample_09_blackholes0_0)
static void
JMHSample_28_BlackholeHelpers_measureWrong_jmhTest. measureWrong_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_28_BlackholeHelpers_jmhType l_jmhsample_28_blackholehelpers0_0)
static void
JMHSample_38_PerInvokeSetup_measureWrong_jmhTest. measureWrong_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_38_PerInvokeSetup_Data_jmhType l_data1_G, JMHSample_38_PerInvokeSetup_jmhType l_jmhsample_38_perinvokesetup0_0)
static void
JMHSample_05_StateFixtures_measureWrong_jmhTest. measureWrong_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, JMHSample_05_StateFixtures_jmhType l_jmhsample_05_statefixtures0_0)
static void
JMHSample_06_FixtureLevel_measureWrong_jmhTest. measureWrong_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, JMHSample_06_FixtureLevel_jmhType l_jmhsample_06_fixturelevel0_0)
static void
JMHSample_08_DeadCode_measureWrong_jmhTest. measureWrong_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, JMHSample_08_DeadCode_jmhType l_jmhsample_08_deadcode0_0)
static void
JMHSample_09_Blackholes_measureWrong_jmhTest. measureWrong_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, JMHSample_09_Blackholes_jmhType l_jmhsample_09_blackholes0_0)
static void
JMHSample_28_BlackholeHelpers_measureWrong_jmhTest. measureWrong_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, JMHSample_28_BlackholeHelpers_jmhType l_jmhsample_28_blackholehelpers0_0)
static void
JMHSample_38_PerInvokeSetup_measureWrong_jmhTest. measureWrong_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, JMHSample_38_PerInvokeSetup_Data_jmhType l_data1_G, JMHSample_38_PerInvokeSetup_jmhType l_jmhsample_38_perinvokesetup0_0)
static void
JMHSample_05_StateFixtures_measureWrong_jmhTest. measureWrong_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_05_StateFixtures_jmhType l_jmhsample_05_statefixtures0_0)
static void
JMHSample_06_FixtureLevel_measureWrong_jmhTest. measureWrong_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_06_FixtureLevel_jmhType l_jmhsample_06_fixturelevel0_0)
static void
JMHSample_08_DeadCode_measureWrong_jmhTest. measureWrong_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_08_DeadCode_jmhType l_jmhsample_08_deadcode0_0)
static void
JMHSample_09_Blackholes_measureWrong_jmhTest. measureWrong_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_09_Blackholes_jmhType l_jmhsample_09_blackholes0_0)
static void
JMHSample_28_BlackholeHelpers_measureWrong_jmhTest. measureWrong_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_28_BlackholeHelpers_jmhType l_jmhsample_28_blackholehelpers0_0)
static void
JMHSample_38_PerInvokeSetup_measureWrong_jmhTest. measureWrong_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_38_PerInvokeSetup_Data_jmhType l_data1_G, JMHSample_38_PerInvokeSetup_jmhType l_jmhsample_38_perinvokesetup0_0)
static void
JMHSample_18_Control_pingpong_jmhTest. ping_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_18_Control_jmhType l_jmhsample_18_control0_G)
static void
JMHSample_18_Control_pingpong_jmhTest. ping_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_18_Control_jmhType l_jmhsample_18_control0_G)
static void
JMHSample_18_Control_pingpong_jmhTest. ping_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, JMHSample_18_Control_jmhType l_jmhsample_18_control0_G)
static void
JMHSample_18_Control_pingpong_jmhTest. ping_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_18_Control_jmhType l_jmhsample_18_control0_G)
static void
JMHSample_18_Control_pingpong_jmhTest. pong_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_18_Control_jmhType l_jmhsample_18_control0_G)
static void
JMHSample_18_Control_pingpong_jmhTest. pong_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_18_Control_jmhType l_jmhsample_18_control0_G)
static void
JMHSample_18_Control_pingpong_jmhTest. pong_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, JMHSample_18_Control_jmhType l_jmhsample_18_control0_G)
static void
JMHSample_18_Control_pingpong_jmhTest. pong_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_18_Control_jmhType l_jmhsample_18_control0_G)
static void
JMHSample_30_Interrupts_Q_jmhTest. put_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_30_Interrupts_jmhType l_jmhsample_30_interrupts0_G)
static void
JMHSample_30_Interrupts_Q_jmhTest. put_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_30_Interrupts_jmhType l_jmhsample_30_interrupts0_G)
static void
JMHSample_30_Interrupts_Q_jmhTest. put_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, JMHSample_30_Interrupts_jmhType l_jmhsample_30_interrupts0_G)
static void
JMHSample_30_Interrupts_Q_jmhTest. put_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_30_Interrupts_jmhType l_jmhsample_30_interrupts0_G)
static void
JMHSample_22_FalseSharing_baseline_jmhTest. reader_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_22_FalseSharing_StateBaseline_jmhType l_statebaseline1_G, JMHSample_22_FalseSharing_jmhType l_jmhsample_22_falsesharing0_1)
static void
JMHSample_22_FalseSharing_contended_jmhTest. reader_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_22_FalseSharing_StateContended_jmhType l_statecontended1_G, JMHSample_22_FalseSharing_jmhType l_jmhsample_22_falsesharing0_1)
static void
JMHSample_22_FalseSharing_hierarchy_jmhTest. reader_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_22_FalseSharing_StateHierarchy_jmhType l_statehierarchy1_G, JMHSample_22_FalseSharing_jmhType l_jmhsample_22_falsesharing0_1)
static void
JMHSample_22_FalseSharing_padded_jmhTest. reader_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_22_FalseSharing_StatePadded_jmhType l_statepadded1_G, JMHSample_22_FalseSharing_jmhType l_jmhsample_22_falsesharing0_1)
static void
JMHSample_22_FalseSharing_sparse_jmhTest. reader_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_22_FalseSharing_StateArray_jmhType l_statearray1_G, JMHSample_22_FalseSharing_jmhType l_jmhsample_22_falsesharing0_1)
static void
JMHSample_22_FalseSharing_baseline_jmhTest. reader_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_22_FalseSharing_StateBaseline_jmhType l_statebaseline1_G, JMHSample_22_FalseSharing_jmhType l_jmhsample_22_falsesharing0_1)
static void
JMHSample_22_FalseSharing_contended_jmhTest. reader_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_22_FalseSharing_StateContended_jmhType l_statecontended1_G, JMHSample_22_FalseSharing_jmhType l_jmhsample_22_falsesharing0_1)
static void
JMHSample_22_FalseSharing_hierarchy_jmhTest. reader_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_22_FalseSharing_StateHierarchy_jmhType l_statehierarchy1_G, JMHSample_22_FalseSharing_jmhType l_jmhsample_22_falsesharing0_1)
static void
JMHSample_22_FalseSharing_padded_jmhTest. reader_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_22_FalseSharing_StatePadded_jmhType l_statepadded1_G, JMHSample_22_FalseSharing_jmhType l_jmhsample_22_falsesharing0_1)
static void
JMHSample_22_FalseSharing_sparse_jmhTest. reader_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_22_FalseSharing_StateArray_jmhType l_statearray1_G, JMHSample_22_FalseSharing_jmhType l_jmhsample_22_falsesharing0_1)
static void
JMHSample_22_FalseSharing_baseline_jmhTest. reader_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, JMHSample_22_FalseSharing_StateBaseline_jmhType l_statebaseline1_G, JMHSample_22_FalseSharing_jmhType l_jmhsample_22_falsesharing0_1)
static void
JMHSample_22_FalseSharing_contended_jmhTest. reader_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, JMHSample_22_FalseSharing_StateContended_jmhType l_statecontended1_G, JMHSample_22_FalseSharing_jmhType l_jmhsample_22_falsesharing0_1)
static void
JMHSample_22_FalseSharing_hierarchy_jmhTest. reader_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, JMHSample_22_FalseSharing_StateHierarchy_jmhType l_statehierarchy1_G, JMHSample_22_FalseSharing_jmhType l_jmhsample_22_falsesharing0_1)
static void
JMHSample_22_FalseSharing_padded_jmhTest. reader_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, JMHSample_22_FalseSharing_StatePadded_jmhType l_statepadded1_G, JMHSample_22_FalseSharing_jmhType l_jmhsample_22_falsesharing0_1)
static void
JMHSample_22_FalseSharing_sparse_jmhTest. reader_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, JMHSample_22_FalseSharing_StateArray_jmhType l_statearray1_G, JMHSample_22_FalseSharing_jmhType l_jmhsample_22_falsesharing0_1)
static void
JMHSample_22_FalseSharing_baseline_jmhTest. reader_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_22_FalseSharing_StateBaseline_jmhType l_statebaseline1_G, JMHSample_22_FalseSharing_jmhType l_jmhsample_22_falsesharing0_1)
static void
JMHSample_22_FalseSharing_contended_jmhTest. reader_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_22_FalseSharing_StateContended_jmhType l_statecontended1_G, JMHSample_22_FalseSharing_jmhType l_jmhsample_22_falsesharing0_1)
static void
JMHSample_22_FalseSharing_hierarchy_jmhTest. reader_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_22_FalseSharing_StateHierarchy_jmhType l_statehierarchy1_G, JMHSample_22_FalseSharing_jmhType l_jmhsample_22_falsesharing0_1)
static void
JMHSample_22_FalseSharing_padded_jmhTest. reader_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_22_FalseSharing_StatePadded_jmhType l_statepadded1_G, JMHSample_22_FalseSharing_jmhType l_jmhsample_22_falsesharing0_1)
static void
JMHSample_22_FalseSharing_sparse_jmhTest. reader_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_22_FalseSharing_StateArray_jmhType l_statearray1_G, JMHSample_22_FalseSharing_jmhType l_jmhsample_22_falsesharing0_1)
static void
JMHSample_37_CacheAccess_rowFirst_jmhTest. rowFirst_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_37_CacheAccess_jmhType l_jmhsample_37_cacheaccess0_G)
static void
JMHSample_37_CacheAccess_rowFirst_jmhTest. rowFirst_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_37_CacheAccess_jmhType l_jmhsample_37_cacheaccess0_G)
static void
JMHSample_37_CacheAccess_rowFirst_jmhTest. rowFirst_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, JMHSample_37_CacheAccess_jmhType l_jmhsample_37_cacheaccess0_G)
static void
JMHSample_37_CacheAccess_rowFirst_jmhTest. rowFirst_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_37_CacheAccess_jmhType l_jmhsample_37_cacheaccess0_G)
static void
JMHSample_23_AuxCounters_runSETI_jmhTest. runSETI_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_23_AuxCounters_EventCounters_jmhType l_eventcounters1_1, JMHSample_23_AuxCounters_jmhType l_jmhsample_23_auxcounters0_0)
static void
JMHSample_23_AuxCounters_runSETI_jmhTest. runSETI_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_23_AuxCounters_EventCounters_jmhType l_eventcounters1_1, JMHSample_23_AuxCounters_jmhType l_jmhsample_23_auxcounters0_0)
static void
JMHSample_23_AuxCounters_runSETI_jmhTest. runSETI_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, JMHSample_23_AuxCounters_EventCounters_jmhType l_eventcounters1_1, JMHSample_23_AuxCounters_jmhType l_jmhsample_23_auxcounters0_0)
static void
JMHSample_23_AuxCounters_runSETI_jmhTest. runSETI_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_23_AuxCounters_EventCounters_jmhType l_eventcounters1_1, JMHSample_23_AuxCounters_jmhType l_jmhsample_23_auxcounters0_0)
static void
JMHSample_36_BranchPrediction_sorted_jmhTest. sorted_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_36_BranchPrediction_jmhType l_jmhsample_36_branchprediction0_G)
static void
JMHSample_36_BranchPrediction_sorted_jmhTest. sorted_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_36_BranchPrediction_jmhType l_jmhsample_36_branchprediction0_G)
static void
JMHSample_36_BranchPrediction_sorted_jmhTest. sorted_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, JMHSample_36_BranchPrediction_jmhType l_jmhsample_36_branchprediction0_G)
static void
JMHSample_36_BranchPrediction_sorted_jmhTest. sorted_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_36_BranchPrediction_jmhType l_jmhsample_36_branchprediction0_G)
static void
JMHSample_23_AuxCounters_splitBranch_jmhTest. splitBranch_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_23_AuxCounters_OpCounters_jmhType l_opcounters1_1, JMHSample_23_AuxCounters_jmhType l_jmhsample_23_auxcounters0_0)
static void
JMHSample_23_AuxCounters_splitBranch_jmhTest. splitBranch_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_23_AuxCounters_OpCounters_jmhType l_opcounters1_1, JMHSample_23_AuxCounters_jmhType l_jmhsample_23_auxcounters0_0)
static void
JMHSample_23_AuxCounters_splitBranch_jmhTest. splitBranch_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, JMHSample_23_AuxCounters_OpCounters_jmhType l_opcounters1_1, JMHSample_23_AuxCounters_jmhType l_jmhsample_23_auxcounters0_0)
static void
JMHSample_23_AuxCounters_splitBranch_jmhTest. splitBranch_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_23_AuxCounters_OpCounters_jmhType l_opcounters1_1, JMHSample_23_AuxCounters_jmhType l_jmhsample_23_auxcounters0_0)
static void
JMHSample_30_Interrupts_Q_jmhTest. take_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_30_Interrupts_jmhType l_jmhsample_30_interrupts0_G)
static void
JMHSample_30_Interrupts_Q_jmhTest. take_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_30_Interrupts_jmhType l_jmhsample_30_interrupts0_G)
static void
JMHSample_30_Interrupts_Q_jmhTest. take_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, JMHSample_30_Interrupts_jmhType l_jmhsample_30_interrupts0_G)
static void
JMHSample_30_Interrupts_Q_jmhTest. take_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_30_Interrupts_jmhType l_jmhsample_30_interrupts0_G)
static void
JMHSample_17_SyncIterations_test_jmhTest. test_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_17_SyncIterations_jmhType l_jmhsample_17_synciterations0_0)
static void
JMHSample_25_API_GA_test_jmhTest. test_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_25_API_GA_jmhType l_jmhsample_25_api_ga0_0)
static void
JMHSample_29_StatesDAG_test_jmhTest. test_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_29_StatesDAG_Local_jmhType l_local1_1, JMHSample_29_StatesDAG_jmhType l_jmhsample_29_statesdag0_0, JMHSample_29_StatesDAG_Shared_jmhType l_shared2_G)
static void
JMHSample_35_Profilers_Atomic_test_jmhTest. test_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_35_Profilers_Atomic_jmhType l_atomic0_G)
static void
JMHSample_35_Profilers_Maps_test_jmhTest. test_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_35_Profilers_Maps_jmhType l_maps0_0)
static void
JMHSample_17_SyncIterations_test_jmhTest. test_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_17_SyncIterations_jmhType l_jmhsample_17_synciterations0_0)
static void
JMHSample_25_API_GA_test_jmhTest. test_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_25_API_GA_jmhType l_jmhsample_25_api_ga0_0)
static void
JMHSample_29_StatesDAG_test_jmhTest. test_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_29_StatesDAG_Local_jmhType l_local1_1, JMHSample_29_StatesDAG_jmhType l_jmhsample_29_statesdag0_0, JMHSample_29_StatesDAG_Shared_jmhType l_shared2_G)
static void
JMHSample_35_Profilers_Atomic_test_jmhTest. test_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_35_Profilers_Atomic_jmhType l_atomic0_G)
static void
JMHSample_35_Profilers_Maps_test_jmhTest. test_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_35_Profilers_Maps_jmhType l_maps0_0)
static void
JMHSample_17_SyncIterations_test_jmhTest. test_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, JMHSample_17_SyncIterations_jmhType l_jmhsample_17_synciterations0_0)
static void
JMHSample_25_API_GA_test_jmhTest. test_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, JMHSample_25_API_GA_jmhType l_jmhsample_25_api_ga0_0)
static void
JMHSample_29_StatesDAG_test_jmhTest. test_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, JMHSample_29_StatesDAG_Local_jmhType l_local1_1, JMHSample_29_StatesDAG_jmhType l_jmhsample_29_statesdag0_0, JMHSample_29_StatesDAG_Shared_jmhType l_shared2_G)
static void
JMHSample_35_Profilers_Atomic_test_jmhTest. test_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, JMHSample_35_Profilers_Atomic_jmhType l_atomic0_G)
static void
JMHSample_35_Profilers_Maps_test_jmhTest. test_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, JMHSample_35_Profilers_Maps_jmhType l_maps0_0)
static void
JMHSample_17_SyncIterations_test_jmhTest. test_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_17_SyncIterations_jmhType l_jmhsample_17_synciterations0_0)
static void
JMHSample_25_API_GA_test_jmhTest. test_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_25_API_GA_jmhType l_jmhsample_25_api_ga0_0)
static void
JMHSample_29_StatesDAG_test_jmhTest. test_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_29_StatesDAG_Local_jmhType l_local1_1, JMHSample_29_StatesDAG_jmhType l_jmhsample_29_statesdag0_0, JMHSample_29_StatesDAG_Shared_jmhType l_shared2_G)
static void
JMHSample_35_Profilers_Atomic_test_jmhTest. test_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_35_Profilers_Atomic_jmhType l_atomic0_G)
static void
JMHSample_35_Profilers_Maps_test_jmhTest. test_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_35_Profilers_Maps_jmhType l_maps0_0)
static void
JMHSample_33_SecurityManager_testWithoutSM_jmhTest. testWithoutSM_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_33_SecurityManager_SecurityManagerEmpty_jmhType l_securitymanagerempty1_G, JMHSample_33_SecurityManager_jmhType l_jmhsample_33_securitymanager0_0)
static void
JMHSample_33_SecurityManager_testWithoutSM_jmhTest. testWithoutSM_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_33_SecurityManager_SecurityManagerEmpty_jmhType l_securitymanagerempty1_G, JMHSample_33_SecurityManager_jmhType l_jmhsample_33_securitymanager0_0)
static void
JMHSample_33_SecurityManager_testWithoutSM_jmhTest. testWithoutSM_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, JMHSample_33_SecurityManager_SecurityManagerEmpty_jmhType l_securitymanagerempty1_G, JMHSample_33_SecurityManager_jmhType l_jmhsample_33_securitymanager0_0)
static void
JMHSample_33_SecurityManager_testWithoutSM_jmhTest. testWithoutSM_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_33_SecurityManager_SecurityManagerEmpty_jmhType l_securitymanagerempty1_G, JMHSample_33_SecurityManager_jmhType l_jmhsample_33_securitymanager0_0)
static void
JMHSample_33_SecurityManager_testWithSM_jmhTest. testWithSM_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_33_SecurityManager_SecurityManagerInstalled_jmhType l_securitymanagerinstalled1_G, JMHSample_33_SecurityManager_jmhType l_jmhsample_33_securitymanager0_0)
static void
JMHSample_33_SecurityManager_testWithSM_jmhTest. testWithSM_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_33_SecurityManager_SecurityManagerInstalled_jmhType l_securitymanagerinstalled1_G, JMHSample_33_SecurityManager_jmhType l_jmhsample_33_securitymanager0_0)
static void
JMHSample_33_SecurityManager_testWithSM_jmhTest. testWithSM_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, JMHSample_33_SecurityManager_SecurityManagerInstalled_jmhType l_securitymanagerinstalled1_G, JMHSample_33_SecurityManager_jmhType l_jmhsample_33_securitymanager0_0)
static void
JMHSample_33_SecurityManager_testWithSM_jmhTest. testWithSM_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_33_SecurityManager_SecurityManagerInstalled_jmhType l_securitymanagerinstalled1_G, JMHSample_33_SecurityManager_jmhType l_jmhsample_33_securitymanager0_0)
static void
JMHSample_36_BranchPrediction_unsorted_jmhTest. unsorted_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_36_BranchPrediction_jmhType l_jmhsample_36_branchprediction0_G)
static void
JMHSample_36_BranchPrediction_unsorted_jmhTest. unsorted_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_36_BranchPrediction_jmhType l_jmhsample_36_branchprediction0_G)
static void
JMHSample_36_BranchPrediction_unsorted_jmhTest. unsorted_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, JMHSample_36_BranchPrediction_jmhType l_jmhsample_36_branchprediction0_G)
static void
JMHSample_36_BranchPrediction_unsorted_jmhTest. unsorted_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_36_BranchPrediction_jmhType l_jmhsample_36_branchprediction0_G)
static void
JMHSample_01_HelloWorld_wellHelloThere_jmhTest. wellHelloThere_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_01_HelloWorld_jmhType l_jmhsample_01_helloworld0_0)
static void
JMHSample_01_HelloWorld_wellHelloThere_jmhTest. wellHelloThere_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_01_HelloWorld_jmhType l_jmhsample_01_helloworld0_0)
static void
JMHSample_01_HelloWorld_wellHelloThere_jmhTest. wellHelloThere_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, JMHSample_01_HelloWorld_jmhType l_jmhsample_01_helloworld0_0)
static void
JMHSample_01_HelloWorld_wellHelloThere_jmhTest. wellHelloThere_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_01_HelloWorld_jmhType l_jmhsample_01_helloworld0_0)
static void
JMHSample_22_FalseSharing_baseline_jmhTest. writer_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_22_FalseSharing_StateBaseline_jmhType l_statebaseline1_G, JMHSample_22_FalseSharing_jmhType l_jmhsample_22_falsesharing0_1)
static void
JMHSample_22_FalseSharing_contended_jmhTest. writer_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_22_FalseSharing_StateContended_jmhType l_statecontended1_G, JMHSample_22_FalseSharing_jmhType l_jmhsample_22_falsesharing0_1)
static void
JMHSample_22_FalseSharing_hierarchy_jmhTest. writer_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_22_FalseSharing_StateHierarchy_jmhType l_statehierarchy1_G, JMHSample_22_FalseSharing_jmhType l_jmhsample_22_falsesharing0_1)
static void
JMHSample_22_FalseSharing_padded_jmhTest. writer_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_22_FalseSharing_StatePadded_jmhType l_statepadded1_G, JMHSample_22_FalseSharing_jmhType l_jmhsample_22_falsesharing0_1)
static void
JMHSample_22_FalseSharing_sparse_jmhTest. writer_avgt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_22_FalseSharing_StateArray_jmhType l_statearray1_G, JMHSample_22_FalseSharing_jmhType l_jmhsample_22_falsesharing0_1)
static void
JMHSample_22_FalseSharing_baseline_jmhTest. writer_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_22_FalseSharing_StateBaseline_jmhType l_statebaseline1_G, JMHSample_22_FalseSharing_jmhType l_jmhsample_22_falsesharing0_1)
static void
JMHSample_22_FalseSharing_contended_jmhTest. writer_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_22_FalseSharing_StateContended_jmhType l_statecontended1_G, JMHSample_22_FalseSharing_jmhType l_jmhsample_22_falsesharing0_1)
static void
JMHSample_22_FalseSharing_hierarchy_jmhTest. writer_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_22_FalseSharing_StateHierarchy_jmhType l_statehierarchy1_G, JMHSample_22_FalseSharing_jmhType l_jmhsample_22_falsesharing0_1)
static void
JMHSample_22_FalseSharing_padded_jmhTest. writer_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_22_FalseSharing_StatePadded_jmhType l_statepadded1_G, JMHSample_22_FalseSharing_jmhType l_jmhsample_22_falsesharing0_1)
static void
JMHSample_22_FalseSharing_sparse_jmhTest. writer_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_22_FalseSharing_StateArray_jmhType l_statearray1_G, JMHSample_22_FalseSharing_jmhType l_jmhsample_22_falsesharing0_1)
static void
JMHSample_22_FalseSharing_baseline_jmhTest. writer_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, JMHSample_22_FalseSharing_StateBaseline_jmhType l_statebaseline1_G, JMHSample_22_FalseSharing_jmhType l_jmhsample_22_falsesharing0_1)
static void
JMHSample_22_FalseSharing_contended_jmhTest. writer_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, JMHSample_22_FalseSharing_StateContended_jmhType l_statecontended1_G, JMHSample_22_FalseSharing_jmhType l_jmhsample_22_falsesharing0_1)
static void
JMHSample_22_FalseSharing_hierarchy_jmhTest. writer_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, JMHSample_22_FalseSharing_StateHierarchy_jmhType l_statehierarchy1_G, JMHSample_22_FalseSharing_jmhType l_jmhsample_22_falsesharing0_1)
static void
JMHSample_22_FalseSharing_padded_jmhTest. writer_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, JMHSample_22_FalseSharing_StatePadded_jmhType l_statepadded1_G, JMHSample_22_FalseSharing_jmhType l_jmhsample_22_falsesharing0_1)
static void
JMHSample_22_FalseSharing_sparse_jmhTest. writer_ss_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, int batchSize, JMHSample_22_FalseSharing_StateArray_jmhType l_statearray1_G, JMHSample_22_FalseSharing_jmhType l_jmhsample_22_falsesharing0_1)
static void
JMHSample_22_FalseSharing_baseline_jmhTest. writer_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_22_FalseSharing_StateBaseline_jmhType l_statebaseline1_G, JMHSample_22_FalseSharing_jmhType l_jmhsample_22_falsesharing0_1)
static void
JMHSample_22_FalseSharing_contended_jmhTest. writer_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_22_FalseSharing_StateContended_jmhType l_statecontended1_G, JMHSample_22_FalseSharing_jmhType l_jmhsample_22_falsesharing0_1)
static void
JMHSample_22_FalseSharing_hierarchy_jmhTest. writer_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_22_FalseSharing_StateHierarchy_jmhType l_statehierarchy1_G, JMHSample_22_FalseSharing_jmhType l_jmhsample_22_falsesharing0_1)
static void
JMHSample_22_FalseSharing_padded_jmhTest. writer_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_22_FalseSharing_StatePadded_jmhType l_statepadded1_G, JMHSample_22_FalseSharing_jmhType l_jmhsample_22_falsesharing0_1)
static void
JMHSample_22_FalseSharing_sparse_jmhTest. writer_thrpt_jmhStub(InfraControl control, RawResults result, BenchmarkParams benchmarkParams, IterationParams iterationParams, ThreadParams threadParams, Blackhole blackhole, Control notifyControl, int startRndMask, JMHSample_22_FalseSharing_StateArray_jmhType l_statearray1_G, JMHSample_22_FalseSharing_jmhType l_jmhsample_22_falsesharing0_1)
-