Home
last modified time | relevance | path

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

/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()