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 java.util.Comparator<RunResult> |
RunResult.DEFAULT_SORT_COMPARATOR |
Modifier and Type | Method and Description |
---|---|
void |
JSONResultFormat.writeOut(java.util.Collection<RunResult> results) |
void |
LaTeXResultFormat.writeOut(java.util.Collection<RunResult> results) |
void |
TextResultFormat.writeOut(java.util.Collection<RunResult> runResults) |
void |
XSVResultFormat.writeOut(java.util.Collection<RunResult> results) |
void |
ResultFormat.writeOut(java.util.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 |
---|---|
private java.util.Collection<RunResult> |
Runner.internalRun() |
private java.util.SortedSet<RunResult> |
Runner.mergeRunResults(Multimap<BenchmarkParams,BenchmarkResult> results) |
java.util.Collection<RunResult> |
Runner.run()
Run benchmarks.
|
private java.util.Collection<RunResult> |
Runner.runBenchmarks(java.util.SortedSet<BenchmarkListEntry> benchmarks) |
Modifier and Type | Method and Description |
---|---|
void |
TextReportFormat.endRun(java.util.Collection<RunResult> runResults) |
void |
SilentFormat.endRun(java.util.Collection<RunResult> results) |
void |
OutputFormat.endRun(java.util.Collection<RunResult> result)
Format for end-of-benchmark.
|
Modifier and Type | Method and Description |
---|---|
void |
IterationScoresFormatter.endRun(java.util.Collection<RunResult> result) |