Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/TimeStats/
DTimeStats.cpp477 TimeStatsHelper::TimelineStatsKey timelineKey = {refreshRateBucket, renderRateBucket}; in flushAvailableRecordsToStatsLocked() local
478 if (!mTimeStats.stats.count(timelineKey)) { in flushAvailableRecordsToStatsLocked()
479 mTimeStats.stats[timelineKey].key = timelineKey; in flushAvailableRecordsToStatsLocked()
482 TimeStatsHelper::TimelineStats& displayStats = mTimeStats.stats[timelineKey]; in flushAvailableRecordsToStatsLocked()
833 const TimeStatsHelper::TimelineStatsKey timelineKey = {refreshRateBucket, renderRateBucket}; in incrementJankyFrames() local
835 if (!mTimeStats.stats.count(timelineKey)) { in incrementJankyFrames()
836 mTimeStats.stats[timelineKey].key = timelineKey; in incrementJankyFrames()
839 TimeStatsHelper::TimelineStats& timelineStats = mTimeStats.stats[timelineKey]; in incrementJankyFrames()