Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap.cc164 allocation_rate_(0), in Heap()
2113 allocation_rate_ = ((gc_start_size - last_gc_size_) * 1000) / ms_delta; in CollectGarbageInternal()
2114 ATRACE_INT("Allocation rate KB/s", allocation_rate_ / KB); in CollectGarbageInternal()
2115 VLOG(heap) << "Allocation rate: " << PrettySize(allocation_rate_) << "/s"; in CollectGarbageInternal()
2915 size_t remaining_bytes = allocation_rate_ * gc_duration_seconds; in GrowForUtilization()
Dheap.h962 uint64_t allocation_rate_; variable