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 doubleCompilerHintsBench. do_DontInline(double x)private doubleCompilerHintsBench. do_Exclude(double x)private doubleCompilerHintsBench. 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 intJMHSample_32_BulkWarmup. measure(JMHSample_32_BulkWarmup.Counter c)static voidJMHSample_34_SafeLooping. sink(int v)voidJMHSample_16_CompilerControl. target_dontInline()voidJMHSample_16_CompilerControl. target_exclude()voidJMHSample_16_CompilerControl. target_inline()
-