Searched refs:allocation_time (Results 1 – 1 of 1) sorted by relevance
963 uint64_t allocation_time = in DumpGcPerformanceInfo() local983 os << "Total time spent allocating: " << PrettyDuration(allocation_time) << "\n"; in DumpGcPerformanceInfo()984 os << "Mean allocation time: " << PrettyDuration(allocation_time / total_objects_allocated) in DumpGcPerformanceInfo()