Package com.google.caliper.api
Annotation Type VmOptions
-
@Retention(RUNTIME) @Target(TYPE) @Beta public @interface VmOptions
An annotation applied to a benchmark that specifies flags to be applied to the VM. These flags are applied before those specified on the command-line and thus are not guaranteed to be applied.This API is likely to change.
-
-
Element Detail
-
value
String[] value
- Default:
- {}
-
-