Searched defs:wait_ms (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Dmonitor.cc266 uint64_t wait_ms = MilliTime() - wait_start_ms; local
268 if (wait_ms >= lock_profiling_threshold_) {
271 sample_percent = 100 * wait_ms / lock_profiling_threshold_;
277 if (wait_ms > kLongWaitMs && owners_method != nullptr) {
281 << PrettyDuration(MsToNs(wait_ms));
283 LogContentionEvent(self, wait_ms, sample_percent, owners_filename, owners_line_number);

Completed in 680 milliseconds