Uses of Class
org.openjdk.jmh.results.BenchmarkResult
Packages that use BenchmarkResult
Package
Description
-
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) static longProfilerUtils.measuredTimeMs(BenchmarkResult br) static longProfilerUtils.measurementDelayMs(BenchmarkResult br) private Collection<? extends Result> LinuxPerfNormProfiler.process(BenchmarkResult br, File stdOut, File stdErr) private TextResultAbstractPerfAsmProfiler.processAssembly(BenchmarkResult br) -
Uses of BenchmarkResult in org.openjdk.jmh.results
Fields in org.openjdk.jmh.results with type parameters of type BenchmarkResultModifier and TypeFieldDescriptionprivate final Collection<BenchmarkResult> RunResult.benchmarkResultsMethods 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
Methods in org.openjdk.jmh.runner that return types with arguments of type BenchmarkResultModifier and TypeMethodDescriptionprotected Multimap<BenchmarkParams, BenchmarkResult> BaseRunner.runBenchmarksEmbedded(ActionPlan actionPlan) private Multimap<BenchmarkParams, BenchmarkResult> Runner.runSeparate(ActionPlan actionPlan) Method parameters in org.openjdk.jmh.runner with type arguments of type BenchmarkResultModifier and TypeMethodDescriptionRunner.mergeRunResults(Multimap<BenchmarkParams, BenchmarkResult> results) -
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.voidSilentFormat.endBenchmark(BenchmarkResult result) voidTextReportFormat.endBenchmark(BenchmarkResult result) -
Uses of BenchmarkResult in org.openjdk.jmh.validation
Methods in org.openjdk.jmh.validation with parameters of type BenchmarkResultModifier and TypeMethodDescriptionvoidIterationScoresFormatter.endBenchmark(BenchmarkResult result)