Searched defs:gc_count (Results 1 - 1 of 1) sorted by relevance

/art/runtime/gc/
H A Dheap.cc1233 uint64_t gc_count = 0U; local
1235 gc_count += collector->GetCumulativeTimings().GetIterations();
1237 return gc_count;

Completed in 325 milliseconds