HomeSort by relevance Sort by last modified time
    Searched refs:HISTOGRAM_SPARSE_SLOWLY (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/base/metrics/
sparse_histogram.h 31 #define HISTOGRAM_SPARSE_SLOWLY(name, sample) \
43 HISTOGRAM_SPARSE_SLOWLY(name, sample)
sparse_histogram_unittest.cc 67 HISTOGRAM_SPARSE_SLOWLY("Sparse", 100);
68 HISTOGRAM_SPARSE_SLOWLY("Sparse", 200);
69 HISTOGRAM_SPARSE_SLOWLY("Sparse", 100);

Completed in 477 milliseconds