Home
last modified time | relevance | path

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

/art/runtime/
Dmonitor_android.cc36 uint32_t wait_ms, in LogContentionEvent() argument
67 ctx << wait_ms; in LogContentionEvent()
111 wait_ms, in LogContentionEvent()
Dmonitor.cc528 uint64_t wait_ms = MilliTime() - wait_start_ms; in Lock() local
530 if (wait_ms >= lock_profiling_threshold_) { in Lock()
533 sample_percent = 100 * wait_ms / lock_profiling_threshold_; in Lock()
545 wait_ms > stack_dump_lock_profiling_threshold_; in Lock()
598 << PrettyDuration(MsToNs(wait_ms)) << "\n" in Lock()
601 } else if (wait_ms > kLongWaitMs && owners_method != nullptr) { in Lock()
612 << PrettyDuration(MsToNs(wait_ms)); in Lock()
615 wait_ms, in Lock()
Dmonitor.h222 uint32_t wait_ms,
/art/libartpalette/include/palette/
Dpalette_method_list.h55 int32_t wait_ms, \
/art/libartpalette/apex/
Dpalette.cc226 int32_t wait_ms, in PaletteReportLockContention() argument
238 wait_ms, in PaletteReportLockContention()
/art/libartpalette/system/
Dpalette_fake.cc132 [[maybe_unused]] int32_t wait_ms, in PaletteReportLockContention() argument
/art/runtime/base/
Dmutex.cc566 uint64_t wait_ms = MilliTime() - wait_start_ms; in DumpStack() local
567 LOG(WARNING) << "Monitor contention with tid " << owner_tid << ", wait time: " << wait_ms in DumpStack()