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

/art/runtime/gc/
H A Dheap.cc2171 bool log_gc = gc_cause == kGcCauseExplicit; local
2172 if (!log_gc && CareAboutPauseTimes()) {
2174 log_gc = duration > long_gc_log_threshold_ ||
2177 log_gc = log_gc || pause >= long_pause_log_threshold_;
2180 if (log_gc) {

Completed in 118 milliseconds