@Inherited
@Target(value={METHOD,TYPE})
@Retention(value=RUNTIME)
public @interface Fork
This annotation may be put at Benchmark
method to have effect on that
method only, or at the enclosing class instance to have the effect over all
Benchmark
methods in the class. This annotation may be overridden with
the runtime options.
Modifier and Type | Fields and Description |
---|---|
static java.lang.String |
BLANK_ARGS |
static int |
BLANK_FORKS |
Modifier and Type | Optional Element and Description |
---|---|
java.lang.String |
jvm |
java.lang.String[] |
jvmArgs |
java.lang.String[] |
jvmArgsAppend |
java.lang.String[] |
jvmArgsPrepend |
int |
value |
int |
warmups |
public abstract int value
public abstract int warmups
public abstract java.lang.String jvm
public abstract java.lang.String[] jvmArgs