Home
last modified time | relevance | path

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

/external/libchrome/base/metrics/
Dsparse_histogram_unittest.cc287 const int kTestAddCount = 100000; in TEST_P() local
333 for (int i = 0; i < kTestAddCount; ++i) in TEST_P()
338 VLOG(1) << kTestAddCount << " histogram adds took " << add_ms in TEST_P()
340 << (add_ms * 1000000) / kTestAddCount in TEST_P()
Dhistogram_unittest.cc685 const int kTestAddCount = 1000000; in TEST_P() local
733 for (int i = 0; i < kTestAddCount; ++i) in TEST_P()
738 VLOG(1) << kTestAddCount << " histogram adds took " << add_ms in TEST_P()
740 << (add_ms * 1000000) / kTestAddCount in TEST_P()