Package | Description |
---|---|
org.openjdk.jmh.results | |
org.openjdk.jmh.results.format | |
org.openjdk.jmh.runner | |
org.openjdk.jmh.runner.format | |
org.openjdk.jmh.validation |
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.
|
Modifier and Type | Method and Description |
---|---|
void |
IterationScoresFormatter.endRun(Collection<RunResult> result) |
Copyright © 2020. All rights reserved.