Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/lib/transport/
Dbdp_estimator.cc38 stable_estimate_count_(0), in BdpEstimator()
67 stable_estimate_count_++; in CompletePing()
68 if (stable_estimate_count_ >= 2) { in CompletePing()
76 stable_estimate_count_ = 0; in CompletePing()
Dbdp_estimator.h87 int stable_estimate_count_; variable