Uses of Class
org.openjdk.jmh.results.RunResult
Packages that use RunResult
Package
Description
-
Uses of RunResult in org.openjdk.jmh.results
Fields in org.openjdk.jmh.results with type parameters of type RunResultModifier and TypeFieldDescriptionstatic final 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 RunResultModifier and TypeMethodDescriptionprivate String
JSONResultFormat.getRawData
(RunResult runResult, boolean histogram) Method parameters in org.openjdk.jmh.results.format with type arguments of type RunResultModifier and TypeMethodDescriptionvoid
JSONResultFormat.writeOut
(Collection<RunResult> results) void
LaTeXResultFormat.writeOut
(Collection<RunResult> results) void
ResultFormat.writeOut
(Collection<RunResult> results) void
TextResultFormat.writeOut
(Collection<RunResult> runResults) void
XSVResultFormat.writeOut
(Collection<RunResult> results) -
Uses of RunResult in org.openjdk.jmh.runner
Methods in org.openjdk.jmh.runner that return RunResultModifier and TypeMethodDescriptionRunner.runSingle()
Shortcut method for the single benchmark execution.Methods in org.openjdk.jmh.runner that return types with arguments of type RunResultModifier and TypeMethodDescriptionprivate Collection
<RunResult> Runner.internalRun()
Runner.mergeRunResults
(Multimap<BenchmarkParams, BenchmarkResult> results) Runner.run()
Run benchmarks.private Collection
<RunResult> Runner.runBenchmarks
(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 RunResultModifier and TypeMethodDescriptionvoid
OutputFormat.endRun
(Collection<RunResult> result) Format for end-of-benchmark.void
SilentFormat.endRun
(Collection<RunResult> results) void
TextReportFormat.endRun
(Collection<RunResult> runResults) -
Uses of RunResult in org.openjdk.jmh.validation
Method parameters in org.openjdk.jmh.validation with type arguments of type RunResultModifier and TypeMethodDescriptionvoid
IterationScoresFormatter.endRun
(Collection<RunResult> result)