Uses of Enum
org.openjdk.jmh.runner.ActionMode
Packages that use ActionMode
-
Uses of ActionMode in org.openjdk.jmh.runner
Subclasses with type arguments of type ActionMode in org.openjdk.jmh.runnerFields in org.openjdk.jmh.runner declared as ActionModeMethods in org.openjdk.jmh.runner that return ActionModeModifier and TypeMethodDescriptionAction.getMode()static ActionModeReturns 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 voidBaseRunner.doSingle(BenchmarkParams params, ActionMode mode, IterationResultAcceptor acceptor) private ActionRunner.newAction(BenchmarkListEntry br, ActionMode mode) private BenchmarkParamsRunner.newBenchmarkParams(BenchmarkListEntry benchmark, ActionMode mode) Constructors in org.openjdk.jmh.runner with parameters of type ActionMode