Uses of Class
org.openjdk.jmh.annotations.Fork
-
Packages that use Fork Package Description org.openjdk.jmh.benchmarks org.openjdk.jmh.samples -
-
Uses of Fork in org.openjdk.jmh.benchmarks
Classes in org.openjdk.jmh.benchmarks with annotations of type Fork Modifier and Type Class Description class
BlackholeConsumeCPUBench
Methods in org.openjdk.jmh.benchmarks with annotations of type Fork Modifier and Type Method Description void
CompilerHintsBench. baseNI_baseline()
void
CompilerHintsBench. baseNI_dontInline()
void
CompilerHintsBench. baseNI_exclude()
void
CompilerHintsBench. baseNI_inline()
-
Uses of Fork in org.openjdk.jmh.samples
Classes in org.openjdk.jmh.samples with annotations of type Fork Modifier and Type Class Description class
JMHSample_20_Annotations
class
JMHSample_22_FalseSharing
class
JMHSample_23_AuxCounters
static class
JMHSample_24_Inheritance.AbstractBenchmark
class
JMHSample_27_Params
class
JMHSample_28_BlackholeHelpers
class
JMHSample_29_StatesDAG
class
JMHSample_34_SafeLooping
static class
JMHSample_35_Profilers.Atomic
static class
JMHSample_35_Profilers.Classy
static class
JMHSample_35_Profilers.Maps
class
JMHSample_36_BranchPrediction
class
JMHSample_37_CacheAccess
class
JMHSample_38_PerInvokeSetup
Methods in org.openjdk.jmh.samples with annotations of type Fork Modifier and Type Method Description void
JMHSample_13_RunToRun. baseline(JMHSample_13_RunToRun.SleepyState s)
void
JMHSample_13_RunToRun. fork_1(JMHSample_13_RunToRun.SleepyState s)
void
JMHSample_13_RunToRun. fork_2(JMHSample_13_RunToRun.SleepyState s)
int
JMHSample_12_Forking. measure_1_c1()
int
JMHSample_12_Forking. measure_2_c2()
int
JMHSample_12_Forking. measure_3_c1_again()
int
JMHSample_12_Forking. measure_4_forked_c1()
int
JMHSample_12_Forking. measure_5_forked_c2()
-