Searched refs:timeStatsLayer (Results 1 – 1 of 1) sorted by relevance
404 TimeStatsHelper::TimeStatsLayer& timeStatsLayer = mTimeStats.stats[layerName]; in flushAvailableRecordsToStatsLocked() local405 timeStatsLayer.totalFrames++; in flushAvailableRecordsToStatsLocked()406 timeStatsLayer.droppedFrames += layerRecord.droppedFrames; in flushAvailableRecordsToStatsLocked()407 timeStatsLayer.lateAcquireFrames += layerRecord.lateAcquireFrames; in flushAvailableRecordsToStatsLocked()408 timeStatsLayer.badDesiredPresentFrames += layerRecord.badDesiredPresentFrames; in flushAvailableRecordsToStatsLocked()418 timeStatsLayer.deltas["post2acquire"].insert(postToAcquireMs); in flushAvailableRecordsToStatsLocked()424 timeStatsLayer.deltas["post2present"].insert(postToPresentMs); in flushAvailableRecordsToStatsLocked()430 timeStatsLayer.deltas["acquire2present"].insert(acquireToPresentMs); in flushAvailableRecordsToStatsLocked()436 timeStatsLayer.deltas["latch2present"].insert(latchToPresentMs); in flushAvailableRecordsToStatsLocked()442 timeStatsLayer.deltas["desired2present"].insert(desiredToPresentMs); in flushAvailableRecordsToStatsLocked()[all …]