Searched refs:gc_count_last_window_ (Results 1 – 2 of 2) sorted by relevance
343 gc_count_last_window_(0U), in Heap()1226 gc_count_last_window_ = 0; in ResetGcPerformanceInfo()2740 ++gc_count_last_window_; in FinishGC()2780 gc_count_rate_histogram_.AddValue(gc_count_last_window_ - 1); // Exclude the current run. in UpdateGcCountRateHistograms()2791 gc_count_last_window_ = 1; // Include the current run. in UpdateGcCountRateHistograms()
1566 uint64_t gc_count_last_window_; variable