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