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

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

Completed in 45 milliseconds