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