Searched refs:compile_events_ (Results 1 – 2 of 2) sorted by relevance
76 compile_events_.Push(std::make_pair(source_length, duration_ms)); in RecordCompile()92 return Estimate(compile_events_, source_length); in EstimateCompileInMs()
72 base::RingBuffer<std::pair<size_t, double>> compile_events_; variable