Searched refs:total_ns (Results 1 - 1 of 1) sorted by relevance

/art/runtime/gc/
H A Dheap.cc808 const uint64_t total_ns = logger.GetTotalNs(); local
816 os << collector->GetName() << " total time: " << PrettyDuration(total_ns)
817 << " mean time: " << PrettyDuration(total_ns / iterations) << "\n"
822 total_duration += total_ns;

Completed in 9 milliseconds