Home
last modified time | relevance | path

Searched refs:GetBenchmarkFilter (Results 1 – 3 of 3) sorted by relevance

/llvm-project/third-party/benchmark/test/
H A Dspec_arg_test.cc74 if (flag != benchmark::GetBenchmarkFilter()) { in main()
77 << benchmark::GetBenchmarkFilter() << "] expected flag=[" << flag in main()
98 std::string current_value = benchmark::GetBenchmarkFilter(); in main()
/llvm-project/third-party/benchmark/src/
H A Dbenchmark.cc643 std::string GetBenchmarkFilter() { return FLAGS_benchmark_filter; } in GetBenchmarkFilter() function
/llvm-project/third-party/benchmark/include/benchmark/
H A Dbenchmark.h319 BENCHMARK_EXPORT std::string GetBenchmarkFilter();