Uses of Enum
org.openjdk.jmh.runner.ActionMode
Packages that use ActionMode
-
Uses of ActionMode in org.openjdk.jmh.runner
Fields in org.openjdk.jmh.runner declared as ActionModeMethods in org.openjdk.jmh.runner that return ActionModeModifier and TypeMethodDescriptionAction.getMode()
static ActionMode
Returns the enum constant of this type with the specified name.static ActionMode[]
ActionMode.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.openjdk.jmh.runner with parameters of type ActionModeModifier and TypeMethodDescriptionprivate void
BaseRunner.doSingle
(BenchmarkParams params, ActionMode mode, IterationResultAcceptor acceptor) private Action
Runner.newAction
(BenchmarkListEntry br, ActionMode mode) private BenchmarkParams
Runner.newBenchmarkParams
(BenchmarkListEntry benchmark, ActionMode mode) Constructors in org.openjdk.jmh.runner with parameters of type ActionMode