Searched refs:lock_profiling_threshold_ (Results 1 – 2 of 2) sorted by relevance
84 uint32_t Monitor::lock_profiling_threshold_ = 0; member in art::Monitor91 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()
313 static uint32_t lock_profiling_threshold_; variable