Searched defs:total_ns (Results 1 - 1 of 1) sorted by last modified time

/art/runtime/gc/collector/
H A Dgarbage_collector.cc220 const uint64_t total_ns = logger.GetTotalNs(); local
232 os << GetName() << " total time: " << PrettyDuration(total_ns)
233 << " mean time: " << PrettyDuration(total_ns / iterations) << "\n"

Completed in 33 milliseconds