Uses of Class
org.openjdk.jmh.results.BenchmarkResult
-
Packages that use BenchmarkResult Package Description org.openjdk.jmh.profile org.openjdk.jmh.results org.openjdk.jmh.runner org.openjdk.jmh.runner.format org.openjdk.jmh.validation -
-
Uses of BenchmarkResult in org.openjdk.jmh.profile
Methods in org.openjdk.jmh.profile with parameters of type BenchmarkResult Modifier and Type Method Description java.util.Collection<? extends Result>
AbstractPerfAsmProfiler. afterTrial(BenchmarkResult br, long pid, java.io.File stdOut, java.io.File stdErr)
java.util.Collection<? extends Result>
AsyncProfiler. afterTrial(BenchmarkResult br, long pid, java.io.File stdOut, java.io.File stdErr)
java.util.Collection<? extends Result>
DTraceAsmProfiler. afterTrial(BenchmarkResult br, long pid, java.io.File stdOut, java.io.File stdErr)
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>
JavaFlightRecorderProfiler. afterTrial(BenchmarkResult br, long pid, java.io.File stdOut, java.io.File stdErr)
java.util.Collection<? extends Result>
LinuxPerfC2CProfiler. afterTrial(BenchmarkResult br, long pid, java.io.File stdOut, java.io.File stdErr)
java.util.Collection<? extends Result>
LinuxPerfNormProfiler. 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)
java.util.Collection<? extends Result>
SafepointsProfiler. 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)
static long
ProfilerUtils. measuredTimeMs(BenchmarkResult br)
static long
ProfilerUtils. measurementDelayMs(BenchmarkResult br)
private java.util.Collection<? extends Result>
LinuxPerfNormProfiler. process(BenchmarkResult br, java.io.File stdOut, java.io.File stdErr)
private TextResult
AbstractPerfAsmProfiler. processAssembly(BenchmarkResult br)
-
Uses of BenchmarkResult in org.openjdk.jmh.results
Fields in org.openjdk.jmh.results with type parameters of type BenchmarkResult Modifier and Type Field Description private java.util.Collection<BenchmarkResult>
RunResult. benchmarkResults
Methods in org.openjdk.jmh.results that return BenchmarkResult 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.Methods in org.openjdk.jmh.results that return types with arguments of type BenchmarkResult Modifier and Type Method Description java.util.Collection<BenchmarkResult>
RunResult. getBenchmarkResults()
Constructor parameters in org.openjdk.jmh.results with type arguments of type BenchmarkResult Constructor Description RunResult(BenchmarkParams params, java.util.Collection<BenchmarkResult> data)
-
Uses of BenchmarkResult in org.openjdk.jmh.runner
Methods in org.openjdk.jmh.runner that return types with arguments of type BenchmarkResult Modifier and Type Method Description protected Multimap<BenchmarkParams,BenchmarkResult>
BaseRunner. runBenchmarksEmbedded(ActionPlan actionPlan)
private Multimap<BenchmarkParams,BenchmarkResult>
Runner. runSeparate(ActionPlan actionPlan)
Method parameters in org.openjdk.jmh.runner with type arguments of type BenchmarkResult Modifier and Type Method Description private java.util.SortedSet<RunResult>
Runner. mergeRunResults(Multimap<BenchmarkParams,BenchmarkResult> results)
-
Uses of BenchmarkResult in org.openjdk.jmh.runner.format
Methods in org.openjdk.jmh.runner.format with parameters of type BenchmarkResult Modifier and Type Method Description void
OutputFormat. endBenchmark(BenchmarkResult result)
Format for end-of-benchmark.void
SilentFormat. endBenchmark(BenchmarkResult result)
void
TextReportFormat. endBenchmark(BenchmarkResult result)
-
Uses of BenchmarkResult in org.openjdk.jmh.validation
Methods in org.openjdk.jmh.validation with parameters of type BenchmarkResult Modifier and Type Method Description void
IterationScoresFormatter. endBenchmark(BenchmarkResult result)
-