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 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) -
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 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.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. -
Uses of BenchmarkResult in org.openjdk.jmh.validation
Methods in org.openjdk.jmh.validation with parameters of type BenchmarkResult Modifier and Type Method Description voidIterationScoresFormatter. endBenchmark(BenchmarkResult result)
-