Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/TimeStats/timestatsproto/
DTimeStatsHelper.cpp163 const float averageFrameDuration = frameDurationLegacy.averageTime(); in toString()
167 result.append(frameDurationLegacy.toString()); in toString()
234 for (const auto& histEle : frameDurationLegacy.hist) { in toProto()
/frameworks/native/services/surfaceflinger/TimeStats/timestatsproto/include/timestatsproto/
DTimeStatsHelper.h180 Histogram frameDurationLegacy; variable
/frameworks/native/services/surfaceflinger/TimeStats/
DTimeStats.cpp112 histogramToProto(mTimeStats.frameDurationLegacy.hist, mMaxPulledHistogramBuckets); in populateGlobalAtom()
377 mTimeStats.frameDurationLegacy.insert(msBetween(startTime, endTime)); in recordFrameDuration()
1068 mTimeStats.frameDurationLegacy.hist.clear(); in clearGlobalLocked()