Searched refs:time_since_last_update (Results 1 – 1 of 1) sorted by relevance
2887 uint64_t time_since_last_update = now - last_update_time_gc_count_rate_histograms_; in UpdateGcCountRateHistograms() local2888 uint64_t num_of_windows = time_since_last_update / kGcCountRateHistogramWindowDuration; in UpdateGcCountRateHistograms()2898 if (time_since_last_update >= kGcCountRateHistogramWindowDuration) { in UpdateGcCountRateHistograms()