Searched defs:lock_profiling_threshold_ (Results 1 - 2 of 2) sorted by last modified time

/art/runtime/
H A Dmonitor.cc79 uint32_t Monitor::lock_profiling_threshold_ = 0; member in class:art::Monitor
86 lock_profiling_threshold_ =
178 if (success && owner_ != nullptr && lock_profiling_threshold_ != 0) {
376 if (lock_profiling_threshold_ != 0) {
422 const bool log_contention = (lock_profiling_threshold_ != 0);
481 if (wait_ms >= lock_profiling_threshold_) {
484 sample_percent = 100 * wait_ms / lock_profiling_threshold_;
H A Dmonitor.h285 static uint32_t lock_profiling_threshold_; member in class:art::Monitor

Completed in 45 milliseconds