Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/codegen/
Dcompiler.h332 return time_taken_to_execute_; in time_taken_to_execute()
352 base::TimeDelta time_taken_to_execute_; variable
390 base::TimeDelta time_taken_to_execute_; variable
432 : time_taken_to_execute_(time_taken_to_execute), in FinalizeUnoptimizedCompilationData()
450 return time_taken_to_execute_; in time_taken_to_execute()
457 base::TimeDelta time_taken_to_execute_;
Dcompiler.cc363 ScopedTimer t(&time_taken_to_execute_); in ExecuteJob()
457 ScopedTimer t(&time_taken_to_execute_); in ExecuteJob()
491 double ms_optimize = time_taken_to_execute_.InMillisecondsF(); in RecordCompilationStats()
515 static_cast<int>(time_taken_to_execute_.InMicroseconds())); in RecordCompilationStats()
524 static_cast<int>(time_taken_to_execute_.InMicroseconds())); in RecordCompilationStats()
536 time_background += time_taken_to_execute_; in RecordCompilationStats()
543 time_foreground += time_taken_to_execute_; in RecordCompilationStats()
562 time_taken_to_execute_.InMillisecondsF() + in RecordFunctionCompilation()
1508 : time_taken_to_execute_(time_taken_to_execute), in FinalizeUnoptimizedCompilationData()