Searched refs:sample_buckets_ (Results 1 – 2 of 2) sorted by relevance
25 sample_buckets_(new size_t[bucket_count + 1]), in RateTracker()33 delete[] sample_buckets_; in ~RateTracker()76 size_t total_samples = ((sample_buckets_[start_bucket] * in ComputeRateForInterval()84 total_samples += sample_buckets_[i]; in ComputeRateForInterval()118 sample_buckets_[current_bucket_] = 0u; in AddSamples()125 sample_buckets_[current_bucket_] += sample_count; in AddSamples()140 sample_buckets_[current_bucket_] = 0u; in EnsureInitialized()
60 size_t* sample_buckets_; variable