Package | Description |
---|---|
org.openjdk.jmh.profile | |
org.openjdk.jmh.results | |
org.openjdk.jmh.runner | |
org.openjdk.jmh.runner.format | |
org.openjdk.jmh.validation |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<? extends Result> |
ExternalProfiler.afterTrial(BenchmarkResult br,
long pid,
java.io.File stdOut,
java.io.File stdErr)
Run this code after the trial is done.
|
java.util.Collection<? extends Result> |
LinuxPerfNormProfiler.afterTrial(BenchmarkResult br,
long pid,
java.io.File stdOut,
java.io.File stdErr) |
java.util.Collection<? extends Result> |
WinPerfAsmProfiler.afterTrial(BenchmarkResult br,
long pid,
java.io.File stdOut,
java.io.File stdErr) |
java.util.Collection<? extends Result> |
AbstractPerfAsmProfiler.afterTrial(BenchmarkResult br,
long pid,
java.io.File stdOut,
java.io.File stdErr) |
java.util.Collection<? extends Result> |
LinuxPerfProfiler.afterTrial(BenchmarkResult br,
long pid,
java.io.File stdOut,
java.io.File stdErr) |
long |
LinuxPerfNormProfiler.getDelay(BenchmarkResult br) |
private java.util.Collection<? extends Result> |
LinuxPerfNormProfiler.process(BenchmarkResult br,
java.io.File stdOut,
java.io.File stdErr) |
private AbstractPerfAsmProfiler.PerfResult |
AbstractPerfAsmProfiler.processAssembly(BenchmarkResult br,
java.io.File stdOut,
java.io.File stdErr) |
Modifier and Type | Field and Description |
---|---|
private java.util.Collection<BenchmarkResult> |
RunResult.benchmarkResults |
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 |
---|---|
java.util.Collection<BenchmarkResult> |
RunResult.getBenchmarkResults() |
Constructor and Description |
---|
RunResult(BenchmarkParams params,
java.util.Collection<BenchmarkResult> data) |
Modifier and Type | Method and Description |
---|---|
protected Multimap<BenchmarkParams,BenchmarkResult> |
BaseRunner.runBenchmarksEmbedded(ActionPlan actionPlan) |
private Multimap<BenchmarkParams,BenchmarkResult> |
Runner.runSeparate(ActionPlan actionPlan) |
Modifier and Type | Method and Description |
---|---|
private java.util.SortedSet<RunResult> |
Runner.mergeRunResults(Multimap<BenchmarkParams,BenchmarkResult> results) |
Modifier and Type | Method and Description |
---|---|
void |
TextReportFormat.endBenchmark(BenchmarkResult result) |
void |
SilentFormat.endBenchmark(BenchmarkResult result) |
void |
OutputFormat.endBenchmark(BenchmarkResult result)
Format for end-of-benchmark.
|
Modifier and Type | Method and Description |
---|---|
void |
IterationScoresFormatter.endBenchmark(BenchmarkResult result) |