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

/art/runtime/gc/
H A Dheap.cc2551 uint64_t time_since_last_update = now - last_update_time_gc_count_rate_histograms_; local
2552 uint64_t num_of_windows = time_since_last_update / kGcCountRateHistogramWindowDuration;
2553 if (time_since_last_update >= kGcCountRateHistogramWindowDuration) {

Completed in 198 milliseconds