Uses of Class
org.openjdk.jmh.runner.ActionMode
-
Packages that use ActionMode Package Description org.openjdk.jmh.runner -
-
Uses of ActionMode in org.openjdk.jmh.runner
Fields in org.openjdk.jmh.runner declared as ActionMode Modifier and Type Field Description private ActionModeAction. modeMethods in org.openjdk.jmh.runner that return ActionMode Modifier and Type Method Description ActionModeAction. getMode()static ActionModeActionMode. valueOf(java.lang.String name)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 ActionMode Modifier and Type Method Description private 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 Constructor Description Action(BenchmarkParams params, ActionMode mode)
-