Home
last modified time | relevance | path

Searched refs:bucket_counts (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() argument
106 count_so_far += static_cast<double>(bucket_counts[lower_idx]); in threshold_for_count_below()
115 if (bucket_counts[upper_idx]) { in threshold_for_count_below()
127 static_cast<double>(bucket_counts[lower_idx]); in threshold_for_count_below()
/external/rust/crates/grpcio-sys/grpc/src/core/lib/debug/
Dstats.cc99 static double threshold_for_count_below(const gpr_atm* bucket_counts, in threshold_for_count_below() argument
111 count_so_far += static_cast<double>(bucket_counts[lower_idx]); in threshold_for_count_below()
120 if (bucket_counts[upper_idx]) { in threshold_for_count_below()
132 static_cast<double>(bucket_counts[lower_idx]); in threshold_for_count_below()