HomeSort by relevance Sort by last modified time
    Searched refs:sample_percent (Results 1 - 3 of 3) sorted by null

  /art/runtime/
monitor_android.cc 52 void Monitor::LogContentionEvent(Thread* self, uint32_t wait_ms, uint32_t sample_percent,
103 cp = EventLogWriteInt(cp, sample_percent);
monitor.cc 267 uint32_t sample_percent; local
269 sample_percent = 100;
271 sample_percent = 100 * wait_ms / lock_profiling_threshold_;
273 if (sample_percent != 0 && (static_cast<uint32_t>(rand() % 100) < sample_percent)) {
283 LogContentionEvent(self, wait_ms, sample_percent, owners_filename, owners_line_number);
    [all...]
monitor.h 154 void LogContentionEvent(Thread* self, uint32_t wait_ms, uint32_t sample_percent,

Completed in 91 milliseconds