Uses of Class
org.openjdk.jmh.annotations.Param
-
Packages that use Param Package Description org.openjdk.jmh.benchmarks org.openjdk.jmh.samples -
-
Uses of Param in org.openjdk.jmh.benchmarks
Fields in org.openjdk.jmh.benchmarks with annotations of type Param Modifier and Type Field Description private int
BlackholeConsumeCPUBench. delay
private int
ScoreStabilityBench. delay
private int
BlackholePipelineBench. steps
private int
BlackholePipelinePayloadBench. steps
-
Uses of Param in org.openjdk.jmh.samples
Fields in org.openjdk.jmh.samples with annotations of type Param Modifier and Type Field Description int
JMHSample_27_Params. arg
In many cases, the experiments require walking the configuration space for a benchmark.int
JMHSample_27_Params. certainty
(package private) int
JMHSample_38_PerInvokeSetup.Data. count
(package private) int
JMHSample_34_SafeLooping. size
private java.lang.String
JMHSample_35_Profilers.Maps. type
-