Home
last modified time | relevance | path

Searched refs:kTestAddCount (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/base/metrics/
Dsparse_histogram_unittest.cc272 const int kTestAddCount = 100000; in TEST_P() local
318 for (int i = 0; i < kTestAddCount; ++i) in TEST_P()
323 VLOG(1) << kTestAddCount << " histogram adds took " << add_ms in TEST_P()
325 << (add_ms * 1000000) / kTestAddCount in TEST_P()
Dhistogram_unittest.cc645 const int kTestAddCount = 1000000; in TEST_P() local
693 for (int i = 0; i < kTestAddCount; ++i) in TEST_P()
698 VLOG(1) << kTestAddCount << " histogram adds took " << add_ms in TEST_P()
700 << (add_ms * 1000000) / kTestAddCount in TEST_P()