Searched refs:time_taken_to_prepare_ (Results 1 – 2 of 2) sorted by relevance
448 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()
389 base::TimeDelta time_taken_to_prepare_; variable