| Package | Description |
|---|---|
| org.openjdk.jmh.profile | |
| org.openjdk.jmh.results | |
| org.openjdk.jmh.runner.format |
| Modifier and Type | Method | Description |
|---|---|---|
Collection<? extends Result> |
AbstractPerfAsmProfiler.afterTrial(BenchmarkResult br,
long pid,
File stdOut,
File stdErr) |
|
Collection<? extends Result> |
ExternalProfiler.afterTrial(BenchmarkResult br,
long pid,
File stdOut,
File stdErr) |
Run this code after the trial is done.
|
Collection<? extends Result> |
LinuxPerfNormProfiler.afterTrial(BenchmarkResult br,
long pid,
File stdOut,
File stdErr) |
|
Collection<? extends Result> |
LinuxPerfProfiler.afterTrial(BenchmarkResult br,
long pid,
File stdOut,
File stdErr) |
|
Collection<? extends Result> |
SafepointsProfiler.afterTrial(BenchmarkResult br,
long pid,
File stdOut,
File stdErr) |
|
Collection<? extends Result> |
WinPerfAsmProfiler.afterTrial(BenchmarkResult br,
long pid,
File stdOut,
File stdErr) |
| Modifier and Type | Method | Description |
|---|---|---|
BenchmarkResult |
RunResult.getAggregatedResult() |
Return the benchmark result, as if all iterations from all sub-benchmark results
were merged in a single result.
|
| Modifier and Type | Method | Description |
|---|---|---|
Collection<BenchmarkResult> |
RunResult.getBenchmarkResults() |
| Constructor | Description |
|---|---|
RunResult(BenchmarkParams params,
Collection<BenchmarkResult> data) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
OutputFormat.endBenchmark(BenchmarkResult result) |
Format for end-of-benchmark.
|
Copyright © 2012-2017 Oracle. All Rights Reserved.