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

  /art/runtime/
monitor_android.cc 35 uint32_t sample_percent,
103 ctx << sample_percent; local
monitor.cc 480 uint32_t sample_percent; local
482 sample_percent = 100;
484 sample_percent = 100 * wait_ms / lock_profiling_threshold_;
486 if (sample_percent != 0 && (static_cast<uint32_t>(rand() % 100) < sample_percent)) {
574 sample_percent,
    [all...]
  /frameworks/base/core/jni/
android_util_Binder.cpp 1198 int sample_percent; local
    [all...]

Completed in 351 milliseconds