Uses of Class
org.openjdk.jmh.results.BenchmarkResult
Packages that use BenchmarkResult
-
Uses of BenchmarkResult in org.openjdk.jmh.profile
Methods in org.openjdk.jmh.profile with parameters of type BenchmarkResultModifier and TypeMethodDescriptionCollection<? 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 BenchmarkResultModifier and TypeMethodDescriptionRunResult.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 BenchmarkResultConstructor parameters in org.openjdk.jmh.results with type arguments of type BenchmarkResultModifierConstructorDescriptionRunResult(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 BenchmarkResultModifier and TypeMethodDescriptionvoidOutputFormat.endBenchmark(BenchmarkResult result) Format for end-of-benchmark.