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 ActionMode
Action. mode
Methods in org.openjdk.jmh.runner that return ActionMode Modifier and Type Method Description ActionMode
Action. getMode()
static ActionMode
ActionMode. 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 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 Constructor Description Action(BenchmarkParams params, ActionMode mode)
-