Searched refs:last_pid_update_ (Results 1 – 2 of 2) sorted by relevance
188 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()
341 grpc_millis last_pid_update_ = 0; variable