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

  /external/libchrome/base/metrics/
sparse_histogram.cc 5 #include "base/metrics/sparse_histogram.h"
46 SPARSE_HISTOGRAM, name, 0, 0, nullptr, flags, &histogram_ref);
74 CHECK_EQ(SPARSE_HISTOGRAM, histogram->GetHistogramType());
95 return SPARSE_HISTOGRAM;
histogram_base.cc 19 #include "base/metrics/sparse_histogram.h"
41 case SPARSE_HISTOGRAM:
42 return "SPARSE_HISTOGRAM";
64 case SPARSE_HISTOGRAM:
histogram_base.h 41 SPARSE_HISTOGRAM,
sparse_histogram_unittest.cc 5 #include "base/metrics/sparse_histogram.h"
179 const HistogramBase* const sparse_histogram = histograms[0]; local
181 EXPECT_EQ(SPARSE_HISTOGRAM, sparse_histogram->GetHistogramType());
182 EXPECT_EQ("Sparse", StringPiece(sparse_histogram->histogram_name()));
187 sparse_histogram->flags());
190 sparse_histogram->SnapshotSamples();
221 EXPECT_EQ(SPARSE_HISTOGRAM, type);
statistics_recorder.cc 296 if (base->GetHistogramType() != SPARSE_HISTOGRAM) {
persistent_histogram_allocator.cc 22 #include "base/metrics/sparse_histogram.h"
340 if (histogram_type != SPARSE_HISTOGRAM) {
503 if (histogram_data_ptr->histogram_type == SPARSE_HISTOGRAM) {
    [all...]

Completed in 82 milliseconds