Home
last modified time | relevance | path

Searched refs:compile_events_ (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/compiler-dispatcher/
Dcompiler-dispatcher-tracer.cc114 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()
Dcompiler-dispatcher-tracer.h87 base::RingBuffer<std::pair<size_t, double>> compile_events_; variable