Home
last modified time | relevance | path

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

/art/runtime/
Dmonitor.cc81 uint32_t Monitor::stack_dump_lock_profiling_threshold_ = 0; member in art::Monitor
89 stack_dump_lock_profiling_threshold_ = in Init()
539 const bool should_dump_stacks = stack_dump_lock_profiling_threshold_ > 0 && in Lock()
540 wait_ms > stack_dump_lock_profiling_threshold_; in Lock()
Dmonitor.h308 static uint32_t stack_dump_lock_profiling_threshold_; variable