Searched refs:total_objects_allocated (Results 1 – 1 of 1) sorted by relevance
837 uint64_t total_objects_allocated = GetObjectsAllocatedEver(); in DumpGcPerformanceInfo() local838 os << "Total number of allocations " << total_objects_allocated << "\n"; in DumpGcPerformanceInfo()848 os << "Mean allocation time: " << PrettyDuration(allocation_time / total_objects_allocated) in DumpGcPerformanceInfo()