Home
last modified time | relevance | path

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

/external/v8/src/codegen/
Dcompiler.cc350 ScopedTimer t(&time_taken_to_prepare_); in PrepareJob()
392 double ms_creategraph = time_taken_to_prepare_.InMillisecondsF(); in RecordCompilationStats()
415 static_cast<int>(time_taken_to_prepare_.InMicroseconds())); in RecordCompilationStats()
424 static_cast<int>(time_taken_to_prepare_.InMicroseconds())); in RecordCompilationStats()
435 time_taken_to_prepare_ + time_taken_to_finalize_; in RecordCompilationStats()
463 double time_taken_ms = time_taken_to_prepare_.InMillisecondsF() + in RecordFunctionCompilation()
Dcompiler.h369 base::TimeDelta time_taken_to_prepare_; variable