Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap.cc2745 bool log_gc = gc_cause == kGcCauseExplicit; in LogGC() local
2746 if (!log_gc && CareAboutPauseTimes()) { in LogGC()
2748 log_gc = duration > long_gc_log_threshold_ || in LogGC()
2751 log_gc = log_gc || pause >= long_pause_log_threshold_; in LogGC()
2754 if (log_gc) { in LogGC()