Home
last modified time | relevance | path

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

/art/runtime/
Dmonitor.cc426 const bool log_contention = (lock_profiling_threshold_ != 0); in Lock() local
427 uint64_t wait_start_ms = log_contention ? MilliTime() : 0; in Lock()
482 if (log_contention) { in Lock()