Home | History | Annotate | Download | only in gc

Lines Matching refs:allocation_time

457   uint64_t allocation_time = static_cast<uint64_t>(total_allocation_time_) * kTimeAdjust;
471 os << "Total time spent allocating: " << PrettyDuration(allocation_time) << "\n";
472 os << "Mean allocation time: " << PrettyDuration(allocation_time / total_objects_allocated)