OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EstimateBandwidth
(Results
1 - 2
of
2
) sorted by null
/external/grpc-grpc/src/core/lib/transport/
bdp_estimator.h
44
double
EstimateBandwidth
() const { return bw_est_; }
/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
flow_control.cc
375
double bw_dbl = bdp_estimator_.
EstimateBandwidth
();
Completed in 322 milliseconds