Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/codegen/
Dcompiler.cc448 ScopedTimer t(&time_taken_to_prepare_); in PrepareJob()
490 double ms_creategraph = time_taken_to_prepare_.InMillisecondsF(); in RecordCompilationStats()
513 static_cast<int>(time_taken_to_prepare_.InMicroseconds())); in RecordCompilationStats()
522 static_cast<int>(time_taken_to_prepare_.InMicroseconds())); in RecordCompilationStats()
533 time_taken_to_prepare_ + time_taken_to_finalize_; in RecordCompilationStats()
561 double time_taken_ms = time_taken_to_prepare_.InMillisecondsF() + in RecordFunctionCompilation()
Dcompiler.h389 base::TimeDelta time_taken_to_prepare_; variable