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.cc76 compile_events_.Push(std::make_pair(source_length, duration_ms)); in RecordCompile()
92 return Estimate(compile_events_, source_length); in EstimateCompileInMs()
Dcompiler-dispatcher-tracer.h72 base::RingBuffer<std::pair<size_t, double>> compile_events_; variable