Home | History | Annotate | Download | only in metrics

Lines Matching defs:Count

13 // contain (sequentially) the count of values in the following intervals:
17 // Histogram count(L"some name", 1, 64, 8);
269 typedef int Count; // Used to count samples in a bucket.
274 typedef std::vector<Count> Counts;
335 void Accumulate(Sample value, Count count, size_t index);
338 Count counts(size_t i) const { return counts_[i]; }
339 Count TotalCount() const;
351 // Actual histogram data is stored in buckets, showing the count of values
365 // count to the sum of the counts in all buckets, and detect problems. Note
479 virtual double GetBucketSize(Count current, size_t i) const;
493 virtual void Accumulate(Sample value, Count count, size_t index);
529 Count sample_count, std::string* output) const;
533 void WriteAsciiBucketContext(const int64 past, const Count current,
538 // Output is the count in the buckets, as well as the percentage.
539 void WriteAsciiBucketValue(Count current, double scaled_sum,
617 virtual double GetBucketSize(Count current, size_t i) const;
673 virtual double GetBucketSize(Count current, size_t i) const;