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 WarmupModeDefaults.WARMUP_MODEDefaultWarmupMode. -
Uses of WarmupMode in org.openjdk.jmh.runner.options
Subclasses with type arguments of type WarmupMode in org.openjdk.jmh.runner.optionsFields in org.openjdk.jmh.runner.options with type parameters of type WarmupModeModifier and TypeFieldDescriptionprivate final Optional<WarmupMode> CommandLineOptions.warmupModeprivate Optional<WarmupMode> OptionsBuilder.warmupModeMethods in org.openjdk.jmh.runner.options that return WarmupModeModifier and TypeMethodDescriptionstatic WarmupModeReturns 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)