Lines Matching refs:timeStatsLayer

486             TimeStatsHelper::TimeStatsLayer& timeStatsLayer = displayStats.stats[layerKey];  in flushAvailableRecordsToStatsLocked()  local
487 timeStatsLayer.totalFrames++; in flushAvailableRecordsToStatsLocked()
488 timeStatsLayer.droppedFrames += layerRecord.droppedFrames; in flushAvailableRecordsToStatsLocked()
489 timeStatsLayer.lateAcquireFrames += layerRecord.lateAcquireFrames; in flushAvailableRecordsToStatsLocked()
490 timeStatsLayer.badDesiredPresentFrames += layerRecord.badDesiredPresentFrames; in flushAvailableRecordsToStatsLocked()
500 timeStatsLayer.deltas["post2acquire"].insert(postToAcquireMs); in flushAvailableRecordsToStatsLocked()
506 timeStatsLayer.deltas["post2present"].insert(postToPresentMs); in flushAvailableRecordsToStatsLocked()
512 timeStatsLayer.deltas["acquire2present"].insert(acquireToPresentMs); in flushAvailableRecordsToStatsLocked()
518 timeStatsLayer.deltas["latch2present"].insert(latchToPresentMs); in flushAvailableRecordsToStatsLocked()
524 timeStatsLayer.deltas["desired2present"].insert(desiredToPresentMs); in flushAvailableRecordsToStatsLocked()
530 timeStatsLayer.deltas["present2present"].insert(presentToPresentMs); in flushAvailableRecordsToStatsLocked()
534 timeStatsLayer.deltas["present2presentDelta"].insert(presentToPresentDeltaMs); in flushAvailableRecordsToStatsLocked()
850 TimeStatsHelper::TimeStatsLayer& timeStatsLayer = timelineStats.stats[layerKey]; in incrementJankyFrames() local
851 updateJankPayload<TimeStatsHelper::TimeStatsLayer>(timeStatsLayer, info.reasons); in incrementJankyFrames()
859 timeStatsLayer.deltas["appDeadlineDeltas"].insert(toMs(info.appDeadlineDelta)); in incrementJankyFrames()