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

  /external/chromium/base/metrics/
histogram_unittest.cc 335 EXPECT_EQ(0, histogram->sample_.redundant_count());
338 EXPECT_EQ(2, histogram->sample_.redundant_count());
344 EXPECT_EQ(2, snapshot.redundant_count());
histogram.h 341 int64 redundant_count() const { return redundant_count_; } function in class:base::Histogram::SampleSet
histogram.cc 324 int64 delta64 = snapshot.redundant_count() - count;
    [all...]
  /external/chromium/chrome/common/
metrics_helpers.cc 572 already_logged->redundant_count());
589 if (snapshot.redundant_count() > 0) {

Completed in 1161 milliseconds