Home
last modified time | relevance | path

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

/external/libchrome/base/metrics/
Dsparse_histogram_unittest.cc271 const int kTestLookupCount = 100000; in TEST_P() local
295 for (int i = 0; i < kTestLookupCount; ++i) { in TEST_P()
308 VLOG(1) << kTestLookupCount << " histogram lookups took " << lookup_ms in TEST_P()
310 << (lookup_ms * 1000000) / kTestLookupCount in TEST_P()
Dhistogram_unittest.cc644 const int kTestLookupCount = 100000; in TEST_P() local
670 for (int i = 0; i < kTestLookupCount; ++i) { in TEST_P()
683 VLOG(1) << kTestLookupCount << " histogram lookups took " << lookup_ms in TEST_P()
685 << (lookup_ms * 1000000) / kTestLookupCount in TEST_P()