Searched refs:bucketMapper (Results 1 – 2 of 2) sorted by relevance
61 const HistogramBucketMapper bucketMapper; variable65 : num_buckets_(bucketMapper.BucketCount()) { in HistogramStat()71 min_.store(bucketMapper.LastValue(), std::memory_order_relaxed); in Clear()87 const size_t index = bucketMapper.IndexForValue(value); in Add()145 uint64_t left_point = (b == 0) ? 0 : bucketMapper.BucketLimit(b-1); in Percentile()146 uint64_t right_point = bucketMapper.BucketLimit(b); in Percentile()211 (b == 0) ? 0 : bucketMapper.BucketLimit(b-1), // left in ToString()212 bucketMapper.BucketLimit(b), // right in ToString()
18 const HistogramBucketMapper bucketMapper; variable60 ASSERT_EQ(histogram.min(), bucketMapper.LastValue()); in EmptyHistogram()