HomeSort by relevance Sort by last modified time
    Searched refs:time_spent_total_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/v8/src/
optimizing-compiler-thread.h 132 TimeDelta time_spent_total_; member in class:v8::internal::OptimizingCompilerThread
optimizing-compiler-thread.cc 60 time_spent_total_ = total_timer.Elapsed();
206 double percentage = time_spent_compiling_.PercentOf(time_spent_total_);

Completed in 75 milliseconds