| Package | Description |
|---|---|
| org.openjdk.jmh.results | |
| org.openjdk.jmh.results.format | |
| org.openjdk.jmh.runner | |
| org.openjdk.jmh.runner.format |
| Modifier and Type | Field | Description |
|---|---|---|
static Comparator<RunResult> |
RunResult.DEFAULT_SORT_COMPARATOR |
| Modifier and Type | Method | Description |
|---|---|---|
void |
ResultFormat.writeOut(Collection<RunResult> results) |
| Modifier and Type | Method | Description |
|---|---|---|
RunResult |
Runner.runSingle() |
Shortcut method for the single benchmark execution.
|
| Modifier and Type | Method | Description |
|---|---|---|
Collection<RunResult> |
Runner.run() |
Run benchmarks.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
OutputFormat.endRun(Collection<RunResult> result) |
Format for end-of-benchmark.
|
Copyright © 2012-2017 Oracle. All Rights Reserved.