Uses of Class
org.openjdk.jmh.runner.Action
-
Packages that use Action Package Description org.openjdk.jmh.runner -
-
Uses of Action in org.openjdk.jmh.runner
Fields in org.openjdk.jmh.runner with type parameters of type Action Modifier and Type Field Description private java.util.List<Action>
ActionPlan. actions
Methods in org.openjdk.jmh.runner that return Action Modifier and Type Method Description private Action
Runner. newAction(BenchmarkListEntry br, ActionMode mode)
Methods in org.openjdk.jmh.runner that return types with arguments of type Action Modifier and Type Method Description java.util.List<Action>
ActionPlan. getActions()
java.util.List<Action>
ActionPlan. getMeasurementActions()
Methods in org.openjdk.jmh.runner with parameters of type Action Modifier and Type Method Description void
ActionPlan. add(Action action)
-