| Package | Description |
|---|---|
| org.openjdk.jmh.profile | |
| org.openjdk.jmh.results | |
| org.openjdk.jmh.runner.format |
| Modifier and Type | Method and Description |
|---|---|
Collection<? extends Result> |
WinPerfAsmProfiler.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> |
LinuxPerfProfiler.afterTrial(BenchmarkResult br,
long pid,
File stdOut,
File stdErr) |
Collection<? extends Result> |
AbstractPerfAsmProfiler.afterTrial(BenchmarkResult br,
long pid,
File stdOut,
File stdErr) |
Collection<? extends Result> |
LinuxPerfNormProfiler.afterTrial(BenchmarkResult br,
long pid,
File stdOut,
File stdErr) |
long |
LinuxPerfNormProfiler.getDelay(BenchmarkResult br) |
| Modifier and Type | Method and 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 and Description |
|---|---|
Collection<BenchmarkResult> |
RunResult.getBenchmarkResults() |
| Constructor and Description |
|---|
RunResult(BenchmarkParams params,
Collection<BenchmarkResult> data) |
| Modifier and Type | Method and Description |
|---|---|
void |
OutputFormat.endBenchmark(BenchmarkResult result)
Format for end-of-benchmark.
|
Copyright © 2012-2015 Oracle. All Rights Reserved.