Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
552
void SetDefaultTimeUnit(TimeUnit unit) { default_time_unit = unit; }
553
554
std::string GetBenchmarkFilter() { return FLAGS_benchmark_filter; }
555
556
void SetBenchmarkFilter(std::string value) {
557
FLAGS_benchmark_filter = std::move(value);
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
1
main
Function · 0.68