Home
last modified time | relevance | path

Searched refs:GetBenchmarkVerbosity (Results 1 - 3 of 3) sorted by relevance

/third_party/benchmark/test/
H A Dspec_arg_verbosity_test.cc34 // GetBenchmarkVerbosity() function. in main()
35 if (flagv != benchmark::GetBenchmarkVerbosity()) { in main()
37 << "Seeing different value for flags. GetBenchmarkVerbosity() returns [" in main()
38 << benchmark::GetBenchmarkVerbosity() << "] expected flag=[" << flagv in main()
/third_party/benchmark/src/
H A Dbenchmark.cc632 int32_t GetBenchmarkVerbosity() { return FLAGS_v; } in GetBenchmarkVerbosity() function
/third_party/benchmark/include/benchmark/
H A Dbenchmark.h325 BENCHMARK_EXPORT int32_t GetBenchmarkVerbosity();

Completed in 5 milliseconds