Searched refs:sample_percent (Results 1 – 3 of 3) sorted by relevance
52 void Monitor::LogContentionEvent(Thread* self, uint32_t wait_ms, uint32_t sample_percent, in LogContentionEvent() argument103 cp = EventLogWriteInt(cp, sample_percent); in LogContentionEvent()
393 uint32_t sample_percent; in Lock() local395 sample_percent = 100; in Lock()397 sample_percent = 100 * wait_ms / lock_profiling_threshold_; in Lock()399 if (sample_percent != 0 && (static_cast<uint32_t>(rand() % 100) < sample_percent)) { in Lock()420 sample_percent, in Lock()
184 void LogContentionEvent(Thread* self, uint32_t wait_ms, uint32_t sample_percent,