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

/art/runtime/gc/
H A Dheap.cc2236 bool log_gc = gc_cause == kGcCauseExplicit; local
2237 if (!log_gc && CareAboutPauseTimes()) {
2239 log_gc = duration > long_gc_log_threshold_ ||
2242 log_gc = log_gc || pause >= long_pause_log_threshold_;
2245 if (log_gc) {

Completed in 42 milliseconds