Searched refs:wait_threshold (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Dmonitor.cc206 uint32_t wait_threshold = lock_profiling_threshold_; local
211 if (wait_threshold != 0) {
218 if (wait_threshold != 0) {
223 if (wait_threshold != 0) {
226 if (wait_ms >= wait_threshold) {
229 sample_percent = 100 * wait_ms / wait_threshold;

Completed in 16 milliseconds