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.cc524 uint32_t sample_percent; in Lock() local
526 sample_percent = 100; in Lock()
528 sample_percent = 100 * wait_ms / lock_profiling_threshold_; in Lock()
530 if (sample_percent != 0 && (static_cast<uint32_t>(rand() % 100) < sample_percent)) { in Lock()
611 sample_percent, in Lock()
Dmonitor.h210 uint32_t sample_percent,