Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap.cc2705 bool log_gc = kLogAllGCs || (gc_cause == kGcCauseExplicit && always_log_explicit_gcs_); in LogGC() local
2706 if (!log_gc && CareAboutPauseTimes()) { in LogGC()
2708 log_gc = duration > long_gc_log_threshold_ || in LogGC()
2711 log_gc = log_gc || pause >= long_pause_log_threshold_; in LogGC()
2714 if (log_gc) { in LogGC()