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.format -
-
Uses of BenchmarkResult in org.openjdk.jmh.profile
Methods in org.openjdk.jmh.profile with parameters of type BenchmarkResult Modifier and Type Method Description Collection<? extends Result>AbstractPerfAsmProfiler. afterTrial(BenchmarkResult br, long pid, File stdOut, File stdErr)Collection<? extends Result>AsyncProfiler. afterTrial(BenchmarkResult br, long pid, File stdOut, File stdErr)Collection<? extends Result>DTraceAsmProfiler. afterTrial(BenchmarkResult br, long pid, File stdOut, File stdErr)Collection<? extends Result>ExternalProfiler. afterTrial(BenchmarkResult br, long pid, File stdOut, File stdErr)Run this code after the trial is done.Collection<? extends Result>JavaFlightRecorderProfiler. afterTrial(BenchmarkResult br, long pid, File stdOut, File stdErr)Collection<? extends Result>LinuxPerfC2CProfiler. afterTrial(BenchmarkResult br, long pid, File stdOut, File stdErr)Collection<? extends Result>LinuxPerfNormProfiler. afterTrial(BenchmarkResult br, long pid, File stdOut, File stdErr)Collection<? extends Result>LinuxPerfProfiler. afterTrial(BenchmarkResult br, long pid, File stdOut, File stdErr)Collection<? extends Result>SafepointsProfiler. afterTrial(BenchmarkResult br, long pid, File stdOut, File stdErr)Collection<? extends Result>WinPerfAsmProfiler. afterTrial(BenchmarkResult br, long pid, File stdOut, File stdErr) -
Uses of BenchmarkResult in org.openjdk.jmh.results
Methods in org.openjdk.jmh.results that return BenchmarkResult Modifier and Type Method Description BenchmarkResultRunResult. 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 Collection<BenchmarkResult>RunResult. getBenchmarkResults()Constructor parameters in org.openjdk.jmh.results with type arguments of type BenchmarkResult Constructor Description RunResult(BenchmarkParams params, Collection<BenchmarkResult> data) -
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 voidOutputFormat. endBenchmark(BenchmarkResult result)Format for end-of-benchmark.
-