Home | History | Annotate | Download | only in gc

Lines Matching refs:total_duration

999   uint64_t total_duration = 0;
1003 total_duration += collector->GetCumulativeTimings().GetTotalNs();
1007 if (total_duration != 0) {
1008 const double total_seconds = static_cast<double>(total_duration / 1000) / 1000000.0;
1009 os << "Total time spent in GC: " << PrettyDuration(total_duration) << "\n";