Uses of Annotation Type
org.openjdk.jmh.annotations.Fork
Packages that use Fork
-
Uses of Fork in org.openjdk.jmh.benchmarks
Classes in org.openjdk.jmh.benchmarks with annotations of type ForkMethods in org.openjdk.jmh.benchmarks with annotations of type ForkModifier and TypeMethodDescriptionvoid
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 ForkModifier and TypeClassDescriptionclass
class
class
static class
class
class
class
class
static class
static class
static class
class
class
class
Methods in org.openjdk.jmh.samples with annotations of type ForkModifier and TypeMethodDescriptionvoid
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()