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

/art/runtime/
H A Dmonitor.cc347 const bool log_contention = (lock_profiling_threshold_ != 0); local
348 uint64_t wait_start_ms = log_contention ? MilliTime() : 0;
389 if (log_contention) {

Completed in 34 milliseconds