Uses of Class
org.openjdk.jmh.annotations.CompilerControl
-
Packages that use CompilerControl Package Description org.openjdk.jmh.benchmarks org.openjdk.jmh.samples -
-
Uses of CompilerControl in org.openjdk.jmh.benchmarks
Methods in org.openjdk.jmh.benchmarks with annotations of type CompilerControl Modifier and Type Method Description private double
CompilerHintsBench. do_DontInline(double x)
private double
CompilerHintsBench. do_Exclude(double x)
private double
CompilerHintsBench. do_Inline(double x)
-
Uses of CompilerControl in org.openjdk.jmh.samples
Methods in org.openjdk.jmh.samples with annotations of type CompilerControl Modifier and Type Method Description int
JMHSample_32_BulkWarmup. measure(JMHSample_32_BulkWarmup.Counter c)
static void
JMHSample_34_SafeLooping. sink(int v)
void
JMHSample_16_CompilerControl. target_dontInline()
void
JMHSample_16_CompilerControl. target_exclude()
void
JMHSample_16_CompilerControl. target_inline()
-