Home | History | Annotate | Download | only in gc

Lines Matching refs:time_since_last_update

2697   uint64_t time_since_last_update = now - last_update_time_gc_count_rate_histograms_;
2698 uint64_t num_of_windows = time_since_last_update / kGcCountRateHistogramWindowDuration;
2699 if (time_since_last_update >= kGcCountRateHistogramWindowDuration) {