Uses of Enum
org.openjdk.jmh.runner.options.WarmupMode
Packages that use WarmupMode
-
Uses of WarmupMode in org.openjdk.jmh.runner
Fields in org.openjdk.jmh.runner declared as WarmupModeModifier and TypeFieldDescriptionstatic final 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 WarmupModeModifier and TypeFieldDescriptionprivate final Optional
<WarmupMode> CommandLineOptions.warmupMode
private Optional
<WarmupMode> OptionsBuilder.warmupMode
Methods in org.openjdk.jmh.runner.options that return WarmupModeModifier and TypeMethodDescriptionstatic WarmupMode
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 WarmupModeModifier and TypeMethodDescriptionCommandLineOptions.getWarmupMode()
Options.getWarmupMode()
Warmup mode.OptionsBuilder.getWarmupMode()
Methods in org.openjdk.jmh.runner.options with parameters of type WarmupModeModifier and TypeMethodDescriptionChainedOptionsBuilder.warmupMode
(WarmupMode mode) Warmup mode to useOptionsBuilder.warmupMode
(WarmupMode mode)