Uses of Class
org.openjdk.jmh.runner.ActionPlan
Packages that use ActionPlan
-
Uses of ActionPlan in org.openjdk.jmh.runner
Methods in org.openjdk.jmh.runner that return types with arguments of type ActionPlanModifier and TypeMethodDescriptionprivate List<ActionPlan> Runner.getActionPlans(Set<BenchmarkListEntry> benchmarks) Methods in org.openjdk.jmh.runner with parameters of type ActionPlanModifier and TypeMethodDescriptionvoidActionPlan.mixIn(ActionPlan other) protected Multimap<BenchmarkParams, BenchmarkResult> BaseRunner.runBenchmarksEmbedded(ActionPlan actionPlan) protected voidBaseRunner.runBenchmarksForked(ActionPlan actionPlan, IterationResultAcceptor acceptor) private Multimap<BenchmarkParams, BenchmarkResult> Runner.runSeparate(ActionPlan actionPlan) Method parameters in org.openjdk.jmh.runner with type arguments of type ActionPlanModifier and TypeMethodDescriptionprotected voidBaseRunner.etaBeforeBenchmarks(Collection<ActionPlan> plans) -
Uses of ActionPlan in org.openjdk.jmh.runner.link
Fields in org.openjdk.jmh.runner.link declared as ActionPlanFields in org.openjdk.jmh.runner.link with type parameters of type ActionPlanMethods in org.openjdk.jmh.runner.link that return ActionPlanMethods in org.openjdk.jmh.runner.link with parameters of type ActionPlanConstructors in org.openjdk.jmh.runner.link with parameters of type ActionPlan