HomeSort by relevance Sort by last modified time
    Searched refs:lock_profiling_threshold_ (Results 1 - 2 of 2) sorted by null

  /art/runtime/
monitor.cc 70 uint32_t Monitor::lock_profiling_threshold_ = 0; member in class:art::Monitor
73 lock_profiling_threshold_ = lock_profiling_threshold;
162 if (success && owner_ != nullptr && lock_profiling_threshold_ != 0) {
323 if (lock_profiling_threshold_ != 0) {
347 const bool log_contention = (lock_profiling_threshold_ != 0);
407 if (wait_ms >= lock_profiling_threshold_) {
410 sample_percent = 100 * wait_ms / lock_profiling_threshold_;
    [all...]
monitor.h 273 static uint32_t lock_profiling_threshold_; member in class:art::Monitor

Completed in 369 milliseconds