Home | History | Annotate | Download | only in gc

Lines Matching defs:total_duration

1133   uint64_t total_duration = 0;
1137 total_duration += collector->GetCumulativeTimings().GetTotalNs();
1141 if (total_duration != 0) {
1142 const double total_seconds = static_cast<double>(total_duration / 1000) / 1000000.0;
1143 os << "Total time spent in GC: " << PrettyDuration(total_duration) << "\n";