Uses of Class
org.openjdk.jmh.runner.ActionPlan
-
Packages that use ActionPlan Package Description org.openjdk.jmh.runner org.openjdk.jmh.runner.link -
-
Uses of ActionPlan in org.openjdk.jmh.runner
Methods in org.openjdk.jmh.runner that return types with arguments of type ActionPlan Modifier and Type Method Description private java.util.List<ActionPlan>Runner. getActionPlans(java.util.Set<BenchmarkListEntry> benchmarks)Methods in org.openjdk.jmh.runner with parameters of type ActionPlan Modifier and Type Method Description voidActionPlan. 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 ActionPlan Modifier and Type Method Description protected voidBaseRunner. etaBeforeBenchmarks(java.util.Collection<ActionPlan> plans) -
Uses of ActionPlan in org.openjdk.jmh.runner.link
Fields in org.openjdk.jmh.runner.link declared as ActionPlan Modifier and Type Field Description private ActionPlanActionPlanFrame. actionPlanFields in org.openjdk.jmh.runner.link with type parameters of type ActionPlan Modifier and Type Field Description private java.util.concurrent.atomic.AtomicReference<ActionPlan>BinaryLinkServer. planMethods in org.openjdk.jmh.runner.link that return ActionPlan Modifier and Type Method Description ActionPlanActionPlanFrame. getActionPlan()ActionPlanBinaryLinkClient. requestPlan()Methods in org.openjdk.jmh.runner.link with parameters of type ActionPlan Modifier and Type Method Description voidBinaryLinkServer. setPlan(ActionPlan actionPlan)Constructors in org.openjdk.jmh.runner.link with parameters of type ActionPlan Constructor Description ActionPlanFrame(ActionPlan actionPlan)
-