Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/lib/debug/
Dstats.cc94 static double threshold_for_count_below(const gpr_atm* bucket_counts, in threshold_for_count_below() function
136 return threshold_for_count_below( in grpc_stats_histo_percentile()
/external/grpc-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()