Package org.openjdk.jmh.annotations
Annotation Type Fork
-
@Inherited @Target({METHOD,TYPE}) @Retention(RUNTIME) public @interface ForkFork annotation allows to set the default forking parameters for the benchmark.This annotation may be put at
Benchmarkmethod to have effect on that method only, or at the enclosing class instance to have the effect over allBenchmarkmethods in the class. This annotation may be overridden with the runtime options.
-
-
Field Summary
Fields Modifier and Type Fields Description static java.lang.StringBLANK_ARGSstatic intBLANK_FORKS
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.Stringjvmjava.lang.String[]jvmArgsjava.lang.String[]jvmArgsAppendjava.lang.String[]jvmArgsPrependintvalueintwarmups
-