Uses of Enum Class
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.optionsMethods in org.openjdk.jmh.runner.options that return WarmupModeModifier and TypeMethodDescriptionstatic WarmupModeReturns the enum constant of this class with the specified name.static WarmupMode[]WarmupMode.values()Returns an array containing the constants of this enum class, 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)