Searched refs:bucket_count_ (Results 1 – 4 of 4) sorted by relevance
25 bucket_count_(1) { in RateEstimator()35 bucket_count_(1) { in RateEstimator()70 for (size_t i = 0; i < bucket_count_; ++i) { in GetCountPerSecond()74 return total_count / (bucket_count_ * bucket_time_.InSeconds()); in GetCountPerSecond()92 bucket_count_ = delta_index + 1; in ClearOldBuckets()105 bucket_count_ = history_.size(); in ClearOldBuckets()118 bucket_count_ = 1; in ResetBuckets()
46 size_t bucket_count_; variable
28 bucket_count_(bucket_count) { in MetricSample()65 bucket_count_, in ToString()97 return bucket_count_; in bucket_count()194 max_ == metric.max_ && bucket_count_ == metric.bucket_count_; in IsEqual()
112 const int bucket_count_; variable