Home
last modified time | relevance | path

Searched refs:total_objects_allocated (Results 1 – 1 of 1) sorted by relevance

/art/runtime/gc/
Dheap.cc458 size_t total_objects_allocated = GetObjectsAllocatedEver(); in DumpGcPerformanceInfo() local
468 os << "Total number of allocations: " << total_objects_allocated << "\n"; in DumpGcPerformanceInfo()
472 os << "Mean allocation time: " << PrettyDuration(allocation_time / total_objects_allocated) in DumpGcPerformanceInfo()