Home
last modified time | relevance | path

Searched refs:threshold_for_count_below (Results 1 – 2 of 2) sorted by relevance

/third_party/grpc/src/core/lib/debug/
Dstats.cc99 static double threshold_for_count_below(const gpr_atm* bucket_counts, in threshold_for_count_below() function
141 return threshold_for_count_below( in grpc_stats_histo_percentile()
/third_party/grpc/test/core/util/
Dhistogram.cc147 static double threshold_for_count_below(grpc_histogram* h, double count_below) { in threshold_for_count_below() function
197 return threshold_for_count_below(h, h->count * percentile / 100.0); in grpc_histogram_percentile()