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

Class BenchmarkOptions

tests/BenchmarkOptions.h:22–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20namespace benchmark {
21
22struct BenchmarkOptions {
23 std::string filter_test;
24 bool list_only = false;
25 bool show_help = false;
26 int omp_threads = 0;
27 int ff_threads = 0;
28};
29
30std::string BenchmarkUsage();
31BenchmarkOptions ParseBenchmarkOptions(const std::vector<std::string>& args);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected