Searched refs:threshold_for_count_below (Results 1 – 2 of 2) sorted by relevance
94 static double threshold_for_count_below(const gpr_atm* bucket_counts, in threshold_for_count_below() function136 return threshold_for_count_below( in grpc_stats_histo_percentile()
147 static double threshold_for_count_below(grpc_histogram* h, double count_below) { in threshold_for_count_below() function197 return threshold_for_count_below(h, h->count * percentile / 100.0); in grpc_histogram_percentile()