Home | History | Annotate | Download | only in metrics

Lines Matching refs:Count

32     // The sum of all the entries, effectivly the sum(sample * count) for
40 // A "redundant" count helps identify memory corruption. It redundantly
42 // can compare this count to the sum of the counts (TotalCount() function),
57 HistogramBase::Count count) = 0;
58 virtual HistogramBase::Count GetCount(HistogramBase::Sample value) const = 0;
59 virtual HistogramBase::Count TotalCount() const = 0;
74 HistogramBase::Count redundant_count() const {
84 void IncreaseRedundantCount(HistogramBase::Count diff);
103 // Get the sample and count at current position.
104 // |min| |max| and |count| can be NULL if the value is not of interest.
108 HistogramBase::Count* count) const = 0;