Home | History | Annotate | Download | only in gc

Lines Matching refs:PrettyDuration

836       os << collector->GetName() << " total time: " << PrettyDuration(total_ns)
837 << " mean time: " << PrettyDuration(total_ns / iterations) << "\n"
851 os << "Total time spent in GC: " << PrettyDuration(total_duration) << "\n";
867 os << "Total time spent allocating: " << PrettyDuration(allocation_time) << "\n";
868 os << "Mean allocation time: " << PrettyDuration(allocation_time / total_objects_allocated)
871 os << "Total mutator paused time: " << PrettyDuration(total_paused_time) << "\n";
872 os << "Total time waiting for GC to complete: " << PrettyDuration(total_wait_time_) << "\n";
996 << PrettyDuration(NanoTime() - start_time);
1095 VLOG(heap) << "Heap trim of managed (duration=" << PrettyDuration(gc_heap_end_ns - start_ns)
1097 << PrettyDuration(end_ns - gc_heap_end_ns) << ", advised=" << PrettySize(native_reclaimed)
1643 VLOG(heap) << "Heap homogeneous space compaction took " << PrettyDuration(duration) << " size: "
1795 << PrettyDuration(duration) << saved_str;
2251 pause_string << PrettyDuration((pause_times[i] / 1000) * 1000)
2261 << " total " << PrettyDuration((duration / 1000) * 1000);
2861 LOG(INFO) << "WaitForGcToComplete blocked for " << PrettyDuration(wait_time)