Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap.cc2769 uint64_t time_since_last_update = now - last_update_time_gc_count_rate_histograms_; in UpdateGcCountRateHistograms() local
2770 uint64_t num_of_windows = time_since_last_update / kGcCountRateHistogramWindowDuration; in UpdateGcCountRateHistograms()
2780 if (time_since_last_update >= kGcCountRateHistogramWindowDuration) { in UpdateGcCountRateHistograms()