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 void
ActionPlan. mixIn(ActionPlan other)
protected Multimap<BenchmarkParams,BenchmarkResult>
BaseRunner. runBenchmarksEmbedded(ActionPlan actionPlan)
protected void
BaseRunner. 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 void
BaseRunner. 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 ActionPlan
ActionPlanFrame. actionPlan
Fields 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. plan
Methods in org.openjdk.jmh.runner.link that return ActionPlan Modifier and Type Method Description ActionPlan
ActionPlanFrame. getActionPlan()
ActionPlan
BinaryLinkClient. requestPlan()
Methods in org.openjdk.jmh.runner.link with parameters of type ActionPlan Modifier and Type Method Description void
BinaryLinkServer. setPlan(ActionPlan actionPlan)
Constructors in org.openjdk.jmh.runner.link with parameters of type ActionPlan Constructor Description ActionPlanFrame(ActionPlan actionPlan)
-