Searched refs:gc_duration_seconds (Results 1 - 1 of 1) sorted by relevance

/art/runtime/gc/
H A Dheap.cc2913 const double gc_duration_seconds = NsToMs(current_gc_iteration_.GetDurationNs()) / 1000.0; local
2915 size_t remaining_bytes = allocation_rate_ * gc_duration_seconds;

Completed in 9 milliseconds