Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap.cc2488 bool log_gc = gc_cause == kGcCauseExplicit; in LogGC() local
2489 if (!log_gc && CareAboutPauseTimes()) { in LogGC()
2491 log_gc = duration > long_gc_log_threshold_ || in LogGC()
2494 log_gc = log_gc || pause >= long_pause_log_threshold_; in LogGC()
2497 if (log_gc) { in LogGC()