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

Class BenchmarkResult

examples/VulkanBenchmark.cpp:174–185  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

172};
173
174struct BenchmarkResult {
175 std::string name;
176 std::string decode_backend;
177 std::string composite_backend;
178 std::string note;
179 bool hw_decode_requested = false;
180 bool hw_decode_used = false;
181 bool readback_to_cpu = false;
182 bool upload_to_vulkan = false;
183 bool skipped = false;
184 TimingStats stats;
185};
186
187struct VulkanSummary {
188 uint32_t api_version = VK_API_VERSION_1_0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected