Searched refs:presentThreshold (Results 1 – 2 of 2) sorted by relevance
523 if (std::abs(presentDelta) > mJankClassificationThresholds.presentThreshold) { in classifyJankLocked()536 if (deltaToVsync < mJankClassificationThresholds.presentThreshold || in classifyJankLocked()538 mJankClassificationThresholds.presentThreshold) { in classifyJankLocked()574 if (deltaToVsync < mJankClassificationThresholds.presentThreshold || in classifyJankLocked()908 if (std::abs(presentDelta) > mJankClassificationThresholds.presentThreshold) { in classifyJank()934 if (deltaToVsync < mJankClassificationThresholds.presentThreshold || in classifyJank()936 mJankClassificationThresholds.presentThreshold)) { in classifyJank()954 mJankClassificationThresholds.presentThreshold || in classifyJank()963 if (deltaToVsync < mJankClassificationThresholds.presentThreshold || in classifyJank()965 mJankClassificationThresholds.presentThreshold)) { in classifyJank()[all …]
98 nsecs_t presentThreshold = std::chrono::duration_cast<std::chrono::nanoseconds>(2ms).count(); member