Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap.cc345 gc_count_last_window_(0U), in Heap()
1229 gc_count_last_window_ = 0; in ResetGcPerformanceInfo()
2742 ++gc_count_last_window_; in FinishGC()
2782 gc_count_rate_histogram_.AddValue(gc_count_last_window_ - 1); // Exclude the current run. in UpdateGcCountRateHistograms()
2793 gc_count_last_window_ = 1; // Include the current run. in UpdateGcCountRateHistograms()
Dheap.h1573 uint64_t gc_count_last_window_; variable