Uses of Annotation Type
org.openjdk.jmh.annotations.CompilerControl
Packages that use CompilerControl
-
Uses of CompilerControl in org.openjdk.jmh.benchmarks
Methods in org.openjdk.jmh.benchmarks with annotations of type CompilerControlModifier and TypeMethodDescriptionprivate 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 CompilerControlModifier and TypeMethodDescriptionintJMHSample_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()