Home
last modified time | relevance | path

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

/external/libchrome/base/metrics/
Dsparse_histogram_unittest.cc286 const int kTestLookupCount = 100000; in TEST_P() local
310 for (int i = 0; i < kTestLookupCount; ++i) { in TEST_P()
323 VLOG(1) << kTestLookupCount << " histogram lookups took " << lookup_ms in TEST_P()
325 << (lookup_ms * 1000000) / kTestLookupCount in TEST_P()
Dhistogram_unittest.cc684 const int kTestLookupCount = 100000; in TEST_P() local
710 for (int i = 0; i < kTestLookupCount; ++i) { in TEST_P()
723 VLOG(1) << kTestLookupCount << " histogram lookups took " << lookup_ms in TEST_P()
725 << (lookup_ms * 1000000) / kTestLookupCount in TEST_P()