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

  /art/runtime/
monitor.cc 80 uint32_t Monitor::stack_dump_lock_profiling_threshold_ = 0; member in class:art::Monitor
88 stack_dump_lock_profiling_threshold_ =
494 const bool should_dump_stacks = stack_dump_lock_profiling_threshold_ > 0 &&
495 wait_ms > stack_dump_lock_profiling_threshold_;
    [all...]
monitor.h 286 static uint32_t stack_dump_lock_profiling_threshold_; member in class:art::Monitor

Completed in 132 milliseconds