Home | History | Annotate | Download | only in runtime

Lines Matching defs:sample_percent

480           uint32_t sample_percent;
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,