Home
last modified time | relevance | path

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

/art/runtime/
Dmonitor_android.cc35 uint32_t sample_percent, in LogContentionEvent() argument
103 ctx << sample_percent; in LogContentionEvent()
Dmonitor.cc528 uint32_t sample_percent; in Lock() local
530 sample_percent = 100; in Lock()
532 sample_percent = 100 * wait_ms / lock_profiling_threshold_; in Lock()
534 if (sample_percent != 0 && (static_cast<uint32_t>(rand() % 100) < sample_percent)) { in Lock()
615 sample_percent, in Lock()
Dmonitor.h216 uint32_t sample_percent,