Searched refs:BM_VLOG (Results 1 – 3 of 3) sorted by relevance
245 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()
198 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()
84 #define BM_VLOG(x) \ macro