Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap.h1291 const size_t long_gc_log_threshold_; variable
Dheap.cc262 long_gc_log_threshold_(long_gc_log_threshold), in Heap()
2708 log_gc = duration > long_gc_log_threshold_ || in LogGC()