Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap.cc963 uint64_t allocation_time = in DumpGcPerformanceInfo() local
983 os << "Total time spent allocating: " << PrettyDuration(allocation_time) << "\n"; in DumpGcPerformanceInfo()
984 os << "Mean allocation time: " << PrettyDuration(allocation_time / total_objects_allocated) in DumpGcPerformanceInfo()