Searched refs:SPARSE_HISTOGRAM (Results 1 – 6 of 6) sorted by relevance
/external/libchrome/base/metrics/ |
D | sparse_histogram.cc | 46 SPARSE_HISTOGRAM, name, 0, 0, nullptr, flags, &histogram_ref); in FactoryGet() 74 CHECK_EQ(SPARSE_HISTOGRAM, histogram->GetHistogramType()); in FactoryGet() 95 return SPARSE_HISTOGRAM; in GetHistogramType()
|
D | histogram_base.cc | 41 case SPARSE_HISTOGRAM: in HistogramTypeToString() 64 case SPARSE_HISTOGRAM: in DeserializeHistogramInfo()
|
D | sparse_histogram_unittest.cc | 181 EXPECT_EQ(SPARSE_HISTOGRAM, sparse_histogram->GetHistogramType()); in TEST_P() 221 EXPECT_EQ(SPARSE_HISTOGRAM, type); in TEST_P()
|
D | histogram_base.h | 41 SPARSE_HISTOGRAM, enumerator
|
D | persistent_histogram_allocator.cc | 340 if (histogram_type != SPARSE_HISTOGRAM) { in AllocateHistogram() 503 if (histogram_data_ptr->histogram_type == SPARSE_HISTOGRAM) { in CreateHistogram()
|
D | statistics_recorder.cc | 296 if (base->GetHistogramType() != SPARSE_HISTOGRAM) { in ForgetHistogramForTesting()
|