Uses of Class
org.openjdk.jmh.results.RunResult
-
Packages that use RunResult Package Description org.openjdk.jmh.results org.openjdk.jmh.results.format org.openjdk.jmh.runner org.openjdk.jmh.runner.format org.openjdk.jmh.validation -
-
Uses of RunResult in org.openjdk.jmh.results
Fields in org.openjdk.jmh.results with type parameters of type RunResult Modifier and Type Field Description static java.util.Comparator<RunResult>
RunResult. DEFAULT_SORT_COMPARATOR
-
Uses of RunResult in org.openjdk.jmh.results.format
Methods in org.openjdk.jmh.results.format with parameters of type RunResult Modifier and Type Method Description private java.lang.String
JSONResultFormat. getRawData(RunResult runResult, boolean histogram)
Method parameters in org.openjdk.jmh.results.format with type arguments of type RunResult Modifier and Type Method Description void
JSONResultFormat. writeOut(java.util.Collection<RunResult> results)
void
LaTeXResultFormat. writeOut(java.util.Collection<RunResult> results)
void
ResultFormat. writeOut(java.util.Collection<RunResult> results)
void
TextResultFormat. writeOut(java.util.Collection<RunResult> runResults)
void
XSVResultFormat. writeOut(java.util.Collection<RunResult> results)
-
Uses of RunResult in org.openjdk.jmh.runner
Methods in org.openjdk.jmh.runner that return RunResult Modifier and Type Method Description RunResult
Runner. runSingle()
Shortcut method for the single benchmark execution.Methods in org.openjdk.jmh.runner that return types with arguments of type RunResult Modifier and Type Method 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)
-
Uses of RunResult in org.openjdk.jmh.runner.format
Method parameters in org.openjdk.jmh.runner.format with type arguments of type RunResult Modifier and Type Method Description void
OutputFormat. endRun(java.util.Collection<RunResult> result)
Format for end-of-benchmark.void
SilentFormat. endRun(java.util.Collection<RunResult> results)
void
TextReportFormat. endRun(java.util.Collection<RunResult> runResults)
-
Uses of RunResult in org.openjdk.jmh.validation
Method parameters in org.openjdk.jmh.validation with type arguments of type RunResult Modifier and Type Method Description void
IterationScoresFormatter. endRun(java.util.Collection<RunResult> result)
-