Searched defs:total_duration (Results 1 - 1 of 1) sorted by relevance

/art/runtime/gc/
H A Dheap.cc955 uint64_t total_duration = 0; local
959 total_duration += collector->GetCumulativeTimings().GetTotalNs();
965 if (total_duration != 0) {
966 const double total_seconds = static_cast<double>(total_duration / 1000) / 1000000.0;
967 os << "Total time spent in GC: " << PrettyDuration(total_duration) << "\n";

Completed in 47 milliseconds