Home
last modified time | relevance | path

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

/art/runtime/
Dmonitor.cc84 uint32_t Monitor::lock_profiling_threshold_ = 0; member in art::Monitor
91 lock_profiling_threshold_ = in Init()
458 const bool log_contention = (lock_profiling_threshold_ != 0); in Lock()
529 if (wait_ms >= lock_profiling_threshold_) { in Lock()
532 sample_percent = 100 * wait_ms / lock_profiling_threshold_; in Lock()
Dmonitor.h313 static uint32_t lock_profiling_threshold_; variable