Home
last modified time | relevance | path

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

/third_party/benchmark/test/
Doutput_test_helper.cc245 BM_VLOG(2) << "--------------------------------\n"; in CheckResults()
246 BM_VLOG(2) << "checking for benchmarks matching " << p.regex_str << "...\n"; in CheckResults()
249 BM_VLOG(2) << p.regex_str << " is not matched by " << r.name << "\n"; in CheckResults()
252 BM_VLOG(2) << p.regex_str << " is matched by " << r.name << "\n"; in CheckResults()
253 BM_VLOG(1) << "Checking results of " << r.name << ": ... \n"; in CheckResults()
255 BM_VLOG(1) << "Checking results of " << r.name << ": OK.\n"; in CheckResults()
/third_party/benchmark/src/
Dbenchmark_runner.cc198 BM_VLOG(0) << "Value passed to --benchmark_min_time should have a suffix. " in ParseBenchMinTime()
260 BM_VLOG(2) << "Running " << b.name().str() << " for " << iters << "\n"; in DoNIterations()
295 BM_VLOG(2) << "Ran in " << i.results.cpu_time_used << "/" in DoNIterations()
333 BM_VLOG(3) << "Next iters: " << next_iters << ", " << multiplier << "\n"; in PredictNumItersNeeded()
Dlog.h84 #define BM_VLOG(x) \ macro