Home
last modified time | relevance | path

Searched refs:frameBudget (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/libs/hwui/
DJankTracker.cpp260 void JankTracker::recomputeThresholds(int64_t frameBudget) REQUIRES(mDataMutex) { in recomputeThresholds() argument
261 if (mThresholdsFrameBudget == frameBudget) { in recomputeThresholds()
264 mThresholdsFrameBudget = frameBudget; in recomputeThresholds()
266 mThresholds[comparison.type] = comparison.computeThreadshold(frameBudget); in recomputeThresholds()