Home | History | Annotate | Download | only in runtime

Lines Matching refs:wait_ms

224       uint64_t wait_ms = (waitEnd - waitStart) / 1000;
226 if (wait_ms >= wait_threshold) {
229 sample_percent = 100 * wait_ms / wait_threshold;
236 LogContentionEvent(self, wait_ms, sample_percent, current_locking_filename, current_locking_line_number);