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 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 CompilerControlModifier and TypeMethodDescriptionint
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()