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 56 time_spent_total_(0) {
116 int64_t time_spent_total_; member in class:v8::internal::OptimizingCompilerThread
optimizing-compiler-thread.cc 68 time_spent_total_ = OS::Ticks() - epoch;
179 double total_time = static_cast<double>(time_spent_total_);

Completed in 52 milliseconds