| Package | Description |
|---|---|
| org.openjdk.jmh.runner | |
| org.openjdk.jmh.runner.options |
| Modifier and Type | Field | Description |
|---|---|---|
static WarmupMode |
Defaults.WARMUP_MODE |
Default
WarmupMode. |
| Modifier and Type | Method | Description |
|---|---|---|
static WarmupMode |
WarmupMode.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static WarmupMode[] |
WarmupMode.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method | Description |
|---|---|---|
Optional<WarmupMode> |
CommandLineOptions.getWarmupMode() |
|
Optional<WarmupMode> |
Options.getWarmupMode() |
Warmup mode.
|
Optional<WarmupMode> |
OptionsBuilder.getWarmupMode() |
| Modifier and Type | Method | Description |
|---|---|---|
ChainedOptionsBuilder |
ChainedOptionsBuilder.warmupMode(WarmupMode mode) |
Warmup mode to use
|
ChainedOptionsBuilder |
OptionsBuilder.warmupMode(WarmupMode mode) |
Copyright © 2012-2017 Oracle. All Rights Reserved.