Class ActionPlan

    • Constructor Detail

      • ActionPlan

        public ActionPlan​(org.openjdk.jmh.runner.ActionType type)
    • Method Detail

      • getType

        public org.openjdk.jmh.runner.ActionType getType()
      • add

        public void add​(org.openjdk.jmh.runner.Action action)
      • getActions

        public List<org.openjdk.jmh.runner.Action> getActions()
      • getMeasurementActions

        public List<org.openjdk.jmh.runner.Action> getMeasurementActions()