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

Function DebugLog

examples/VulkanBenchmark.cpp:215–217  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

213}
214
215static void DebugLog(const std::string& message) {
216 (void) message;
217}
218
219static bool ShouldDumpFrame(const BenchmarkOptions& options, int frame_number) {
220 return !options.dump_dir.empty() && options.dump_every > 0 &&

Callers 3

SubmitMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected