Uses of Class
org.openjdk.jmh.runner.options.WarmupMode
-
Packages that use WarmupMode Package Description org.openjdk.jmh.runner org.openjdk.jmh.runner.options -
-
Uses of WarmupMode in org.openjdk.jmh.runner
Fields in org.openjdk.jmh.runner declared as WarmupMode Modifier and Type Field Description static WarmupMode
Defaults. WARMUP_MODE
DefaultWarmupMode
. -
Uses of WarmupMode in org.openjdk.jmh.runner.options
Fields in org.openjdk.jmh.runner.options with type parameters of type WarmupMode Modifier and Type Field Description private Optional<WarmupMode>
CommandLineOptions. warmupMode
private Optional<WarmupMode>
OptionsBuilder. warmupMode
Methods in org.openjdk.jmh.runner.options that return WarmupMode Modifier and Type Method Description static WarmupMode
WarmupMode. valueOf(java.lang.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.Methods in org.openjdk.jmh.runner.options that return types with arguments of type WarmupMode Modifier and Type Method Description Optional<WarmupMode>
CommandLineOptions. getWarmupMode()
Optional<WarmupMode>
Options. getWarmupMode()
Warmup mode.Optional<WarmupMode>
OptionsBuilder. getWarmupMode()
Methods in org.openjdk.jmh.runner.options with parameters of type WarmupMode Modifier and Type Method Description ChainedOptionsBuilder
ChainedOptionsBuilder. warmupMode(WarmupMode mode)
Warmup mode to useChainedOptionsBuilder
OptionsBuilder. warmupMode(WarmupMode mode)
-