Home
last modified time | relevance | path

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

/third_party/grpc/src/core/lib/transport/
Dbdp_estimator.cc35 estimate_(65536), in BdpEstimator()
53 name_, accumulator_, estimate_, dt, bw / 125000.0, in CompletePing()
57 if (accumulator_ > 2 * estimate_ / 3 && bw > bw_est_) { in CompletePing()
58 estimate_ = GPR_MAX(accumulator_, estimate_ * 2); in CompletePing()
62 estimate_); in CompletePing()
Dbdp_estimator.h43 int64_t EstimateBdp() const { return estimate_; } in EstimateBdp()
54 accumulator_, estimate_); in SchedulePing()
67 accumulator_, estimate_); in StartPing()
84 int64_t estimate_; variable