Lines Matching refs:PrettyDuration
877 LOG(INFO) << __FUNCTION__ << " blocked for " << PrettyDuration(wait_time); in IncrementDisableThreadFlip()
922 LOG(INFO) << __FUNCTION__ << " blocked for " << PrettyDuration(wait_time); in ThreadFlipBegin()
1151 os << "Total time spent in GC: " << PrettyDuration(total_duration) << "\n"; in DumpGcPerformanceInfo()
1169 os << "Total mutator paused time: " << PrettyDuration(total_paused_time) << "\n"; in DumpGcPerformanceInfo()
1170 os << "Total time waiting for GC to complete: " << PrettyDuration(total_wait_time_) << "\n"; in DumpGcPerformanceInfo()
1172 os << "Total GC time: " << PrettyDuration(GetGcTime()) << "\n"; in DumpGcPerformanceInfo()
1174 os << "Total blocking GC time: " << PrettyDuration(GetBlockingGcTime()) << "\n"; in DumpGcPerformanceInfo()
1385 << PrettyDuration(NanoTime() - start_time); in Trim()
1476 VLOG(heap) << "Heap trim of managed (duration=" << PrettyDuration(gc_heap_end_ns - start_ns) in TrimSpaces()
2076 VLOG(heap) << "Heap homogeneous space compaction took " << PrettyDuration(duration) << " size: " in PerformHomogeneousSpaceCompact()
2245 << PrettyDuration(duration) << saved_str; in TransitionCollector()
2760 pause_string << PrettyDuration((pause_times[i] / 1000) * 1000) in LogGC()
2770 << " total " << PrettyDuration((duration / 1000) * 1000); in LogGC()
3476 LOG(INFO) << "WaitForGcToComplete blocked for " << PrettyDuration(wait_time) in WaitForGcToCompleteLocked()