Home
last modified time | relevance | path

Searched refs:wait_ms (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Dmonitor_android.cc34 uint32_t wait_ms, in LogContentionEvent() argument
68 ctx << wait_ms; in LogContentionEvent()
Dmonitor.cc483 uint64_t wait_ms = MilliTime() - wait_start_ms; in Lock() local
485 if (wait_ms >= lock_profiling_threshold_) { in Lock()
488 sample_percent = 100 * wait_ms / lock_profiling_threshold_; in Lock()
499 wait_ms > stack_dump_lock_profiling_threshold_; in Lock()
560 << PrettyDuration(MsToNs(wait_ms)) << "\n" in Lock()
563 } else if (wait_ms > kLongWaitMs && owners_method != nullptr) { in Lock()
574 << PrettyDuration(MsToNs(wait_ms)); in Lock()
577 wait_ms, in Lock()
Dmonitor.h203 uint32_t wait_ms,