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