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

Function BenchmarkUsage

tests/BenchmarkOptions.cpp:20–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18namespace benchmark {
19
20std::string BenchmarkUsage() {
21 return "Usage: openshot-benchmark [--test <name>] [--list] [--omp-threads <n>] [--ff-threads <n>]";
22}
23
24static int ParseThreadArg(const std::string& flag, const std::string& value) {
25 int parsed = 0;

Callers 2

BenchmarkArgs.cppFile · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected