Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/TimeStats/timestatsproto/
DTimeStatsHelper.cpp111 StringAppendF(&result, "totalP2PTime = %" PRId64 " ms\n", presentToPresent.totalTime()); in toString()
113 result.append(presentToPresent.toString()); in toString()
156 for (const auto& histEle : presentToPresent.hist) { in toProto()
/frameworks/native/services/surfaceflinger/TimeStats/timestatsproto/include/timestatsproto/
DTimeStatsHelper.h63 Histogram presentToPresent; variable
/frameworks/native/services/surfaceflinger/TimeStats/
DTimeStats.cpp515 mTimeStats.presentToPresent.insert(presentToPresentMs); in flushAvailableGlobalRecordsToStatsLocked()
589 mTimeStats.presentToPresent.hist.clear(); in clear()