Home
last modified time | relevance | path

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

/external/v8/src/codegen/
Dcompiler.h290 return time_taken_to_execute_; in time_taken_to_execute()
310 base::TimeDelta time_taken_to_execute_; variable
370 base::TimeDelta time_taken_to_execute_; variable
382 : time_taken_to_execute_(time_taken_to_execute), in FinalizeUnoptimizedCompilationData()
400 return time_taken_to_execute_; in time_taken_to_execute()
407 base::TimeDelta time_taken_to_execute_;
Dcompiler.cc272 ScopedTimer t(&time_taken_to_execute_); in ExecuteJob()
359 ScopedTimer t(&time_taken_to_execute_); in ExecuteJob()
393 double ms_optimize = time_taken_to_execute_.InMillisecondsF(); in RecordCompilationStats()
417 static_cast<int>(time_taken_to_execute_.InMicroseconds())); in RecordCompilationStats()
426 static_cast<int>(time_taken_to_execute_.InMicroseconds())); in RecordCompilationStats()
438 time_background += time_taken_to_execute_; in RecordCompilationStats()
445 time_foreground += time_taken_to_execute_; in RecordCompilationStats()
464 time_taken_to_execute_.InMillisecondsF() + in RecordFunctionCompilation()
1436 : time_taken_to_execute_(time_taken_to_execute), in FinalizeUnoptimizedCompilationData()