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

/frameworks/base/libs/hwui/
H A DJankTracker.cpp191 mThresholds[kMissedVsync] = 1;
201 mThresholds[kHighInputLatency] = static_cast<int64_t>(1.5 * frameInterval);
206 mThresholds[kSlowUI] = static_cast<int64_t>(.5 * frameInterval);
207 mThresholds[kSlowSync] = static_cast<int64_t>(.2 * frameInterval);
208 mThresholds[kSlowRT] = static_cast<int64_t>(.75 * frameInterval);
243 if (delta >= mThresholds[i] && delta < IGNORE_EXCEEDING) {
H A DJankTracker.h80 std::array<int64_t, NUM_BUCKETS> mThresholds; member in class:android::uirenderer::JankTracker

Completed in 39 milliseconds