MCPcopy Create free account
hub / github.com/OpenShot/libopenshot / MakeCpuBaselineResult

Function MakeCpuBaselineResult

examples/VulkanBenchmark.cpp:2108–2115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2106}
2107
2108static BenchmarkResult MakeCpuBaselineResult(const BenchmarkOptions& options, const QImage& overlay_image) {
2109 BenchmarkResult result;
2110 result.name = "CPU->CPU";
2111 result.decode_backend = "FFmpegReader CPU";
2112 result.composite_backend = "QPainter CPU";
2113 result.stats = RunCpuBenchmark(options, overlay_image);
2114 return result;
2115}
2116
2117static BenchmarkResult MakeCpuCompositeResult(const BenchmarkOptions& options, const QImage& overlay_image,
2118 const std::string& name, DecodeKind decode_kind,

Callers

nothing calls this directly

Calls 1

RunCpuBenchmarkFunction · 0.85

Tested by

no test coverage detected