| ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Inherited@Target(value={METHOD,TYPE})@Retention(value=RUNTIME)public @interface Fork
Fork annotation allows to set the default forking parameters for the benchmark.
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.
Optional Element Summary | |
---|---|
String[] | jvmArgs |
String[] | jvmArgsAppend |
String[] | jvmArgsPrepend |
int | value |
int | warmups |
public abstract int value
public abstract int warmups
public abstract String[] jvmArgs
public abstract String[] jvmArgsPrepend
public abstract String[] jvmArgsAppend
| ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |