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

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

Completed in 292 milliseconds