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