Package | Description |
---|---|
org.openjdk.jmh.runner | |
org.openjdk.jmh.runner.link |
Modifier and Type | Method and Description |
---|---|
private java.util.List<ActionPlan> |
Runner.getActionPlans(java.util.Set<BenchmarkListEntry> benchmarks) |
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
protected void |
BaseRunner.etaBeforeBenchmarks(java.util.Collection<ActionPlan> plans) |
Modifier and Type | Field and Description |
---|---|
private ActionPlan |
ActionPlanFrame.actionPlan |
Modifier and Type | Field and Description |
---|---|
private java.util.concurrent.atomic.AtomicReference<ActionPlan> |
BinaryLinkServer.plan |
Modifier and Type | Method and Description |
---|---|
ActionPlan |
ActionPlanFrame.getActionPlan() |
ActionPlan |
BinaryLinkClient.requestPlan() |
Modifier and Type | Method and Description |
---|---|
void |
BinaryLinkServer.setPlan(ActionPlan actionPlan) |
Constructor and Description |
---|
ActionPlanFrame(ActionPlan actionPlan) |