Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/TimeStats/timestatsproto/include/timestatsproto/
DTimeStatsHelper.h150 struct TimelineStats { struct
186 std::unordered_map<TimelineStatsKey, TimelineStats, TimelineStatsKey::Hasher> stats;
/frameworks/native/services/surfaceflinger/TimeStats/
DTimeStats.cpp473 TimeStatsHelper::TimelineStats& displayStats = mTimeStats.stats[timelineKey]; in flushAvailableRecordsToStatsLocked()
836 TimeStatsHelper::TimelineStats& timelineStats = mTimeStats.stats[timelineKey]; in incrementJankyFrames()
838 updateJankPayload<TimeStatsHelper::TimelineStats>(timelineStats, info.reasons); in incrementJankyFrames()