Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
Dflow_control.cc188 last_pid_update_(grpc_core::ExecCtx::Get()->Now()) {} in TransportFlowControl()
337 const double dt = static_cast<double>(now - last_pid_update_) * 1e-3; in SmoothLogBdp()
338 last_pid_update_ = now; in SmoothLogBdp()
Dflow_control.h341 grpc_millis last_pid_update_ = 0; variable