Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/lib/transport/
Dbdp_estimator.h72 ping_start_time_ = gpr_now(GPR_CLOCK_MONOTONIC); in StartPing()
85 gpr_timespec ping_start_time_; variable
Dbdp_estimator.cc36 ping_start_time_(gpr_time_0(GPR_CLOCK_MONOTONIC)), in BdpEstimator()
44 gpr_timespec dt_ts = gpr_time_sub(now, ping_start_time_); in CompletePing()