Seems that's it:
DataStreamRecvr::SenderQueue::AddBatch:
if (timer_lock) {
CANCEL_SAFE_SCOPED_TIMER(recvr_->buffer_full_wall_timer_,
&is_cancelled_);
....On Fri, Feb 24, 2017 at 12:35 PM, Andrey Morskoy <[email protected]> wrote: > Could you please explain a code pattern for situation: > In a data-stream-recvr.cc there is section: > buffer_full_wall_timer_ = ADD_TIMER(profile_, "SendersBlockedTimer"); > > > But I could not find the code section responsible for increment this > timer. Thanks > >
