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

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

Completed in 897 milliseconds