Searched refs:threshold_for_count_below (Results 1 – 1 of 1) sorted by relevance
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()