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

  /art/runtime/base/
timing_logger.cc 157 uint64_t total_ns = 0; local
161 total_ns += split.first;
163 return total_ns;
168 uint64_t total_ns = 0; local
174 total_ns += split_time;
191 os << name_ << ": end, " << NsToMs(total_ns) << " ms\n";
  /art/runtime/gc/
heap.cc 442 const uint64_t total_ns = logger.GetTotalNs(); local
447 os << collector->GetName() << " total time: " << PrettyDuration(total_ns) << "\n"
453 total_duration += total_ns;
    [all...]

Completed in 3391 milliseconds