Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/TimeStats/timestatsproto/include/timestatsproto/
DTimeStatsHelper.h113 struct TimelineStatsKey { struct
118 size_t operator()(const TimelineStatsKey& key) const { in operator() argument
124 bool operator==(const TimelineStatsKey& o) const {
151 TimelineStatsKey key;
186 std::unordered_map<TimelineStatsKey, TimelineStats, TimelineStatsKey::Hasher> stats;
/frameworks/native/services/surfaceflinger/TimeStats/
DTimeStats.cpp468 TimeStatsHelper::TimelineStatsKey timelineKey = {refreshRateBucket, renderRateBucket}; in flushAvailableRecordsToStatsLocked()
830 const TimeStatsHelper::TimelineStatsKey timelineKey = {refreshRateBucket, renderRateBucket}; in incrementJankyFrames()