Home
last modified time | relevance | path

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

/art/runtime/
Dmonitor_android.cc52 void Monitor::LogContentionEvent(Thread* self, uint32_t wait_ms, uint32_t sample_percent, in LogContentionEvent() argument
77 cp = EventLogWriteInt(cp, wait_ms); in LogContentionEvent()
Dmonitor.cc224 uint64_t wait_ms = (waitEnd - waitStart) / 1000; in Lock() local
226 if (wait_ms >= wait_threshold) { in Lock()
229 sample_percent = 100 * wait_ms / wait_threshold; in Lock()
236 …LogContentionEvent(self, wait_ms, sample_percent, current_locking_filename, current_locking_line_n… in Lock()
Dmonitor.h117 void LogContentionEvent(Thread* self, uint32_t wait_ms, uint32_t sample_percent,