Searched defs:allocation_time (Results 1 - 1 of 1) sorted by relevance

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

Completed in 125 milliseconds