| Package | Description |
|---|---|
| org.openjdk.jmh.runner | |
| org.openjdk.jmh.runner.options |
| Modifier and Type | Field and Description |
|---|---|
static WarmupMode |
Defaults.WARMUP_MODE
Default
WarmupMode. |
| Modifier and Type | Method and 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 and Description |
|---|---|
Optional<WarmupMode> |
OptionsBuilder.getWarmupMode() |
Optional<WarmupMode> |
Options.getWarmupMode()
Warmup mode.
|
Optional<WarmupMode> |
CommandLineOptions.getWarmupMode() |
| Modifier and Type | Method and Description |
|---|---|
ChainedOptionsBuilder |
OptionsBuilder.warmupMode(WarmupMode mode) |
ChainedOptionsBuilder |
ChainedOptionsBuilder.warmupMode(WarmupMode mode)
Warmup mode to use
|
Copyright © 2012-2015 Oracle. All Rights Reserved.