MCPcopy Create free account
hub / github.com/BYVoid/OpenCC / GetBenchmarkFilter

Function GetBenchmarkFilter

deps/google-benchmark/src/benchmark.cc:554–554  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

552void SetDefaultTimeUnit(TimeUnit unit) { default_time_unit = unit; }
553
554std::string GetBenchmarkFilter() { return FLAGS_benchmark_filter; }
555
556void SetBenchmarkFilter(std::string value) {
557 FLAGS_benchmark_filter = std::move(value);

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by 1

mainFunction · 0.68