Home
last modified time | relevance | path

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

/third_party/benchmark/test/
H A Dfilter_test.cc98 const int64_t reports_count = test_reporter.GetCount(); in main() local
99 if (reports_count != expected_reports) { in main()
101 << " tests to be run but reported_count = " << reports_count in main()
107 const int64_t num_families = reports_count == 0 ? 0 : 1 + max_family_index; in main()

Completed in 1 milliseconds