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 -
-
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 Comparator<RunResult>RunResult. DEFAULT_SORT_COMPARATOR -
Uses of RunResult in org.openjdk.jmh.results.format
Method parameters in org.openjdk.jmh.results.format with type arguments of type RunResult Modifier and Type Method Description voidResultFormat. writeOut(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 RunResultRunner. 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 Collection<RunResult>Runner. run()Run 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 voidOutputFormat. endRun(Collection<RunResult> result)Format for end-of-benchmark.
-