Searched refs:parse_events_ (Results 1 – 2 of 2) sorted by relevance
97 parse_events_.Push(std::make_pair(source_length, duration_ms)); in RecordParse()133 return Estimate(parse_events_, source_length); in EstimateParseInMs()
88 base::RingBuffer<std::pair<size_t, double>> parse_events_; variable