Home | History | Annotate | Download | only in runtime

Lines Matching refs:sample_percent

225       uint32_t sample_percent;
227 sample_percent = 100;
229 sample_percent = 100 * wait_ms / wait_threshold;
231 if (sample_percent != 0 && (static_cast<uint32_t>(rand() % 100) < sample_percent)) {
236 LogContentionEvent(self, wait_ms, sample_percent, current_locking_filename, current_locking_line_number);