Home
last modified time | relevance | path

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

/art/runtime/
Dmonitor.cc73 uint32_t Monitor::lock_profiling_threshold_ = 0; member in art::Monitor
83 lock_profiling_threshold_ = lock_profiling_threshold; in Init()
173 if (success && owner_ != nullptr && lock_profiling_threshold_ != 0) { in Install()
237 if (lock_profiling_threshold_ != 0) { in Lock()
246 const bool log_contention = (lock_profiling_threshold_ != 0); in Lock()
270 if (wait_ms >= lock_profiling_threshold_) { in Lock()
273 sample_percent = 100 * wait_ms / lock_profiling_threshold_; in Lock()
Dmonitor.h236 static uint32_t lock_profiling_threshold_; variable