HomeSort by relevance Sort by last modified time
    Searched full:log_contention (Results 1 - 1 of 1) sorted by null

  /art/runtime/
monitor.cc 334 const bool log_contention = (lock_profiling_threshold_ != 0); local
335 uint64_t wait_start_ms = log_contention ? MilliTime() : 0;
376 if (log_contention) {
    [all...]

Completed in 85 milliseconds