From be3fba05e823f740f65b2679929347dc3dd282ad Mon Sep 17 00:00:00 2001 From: John Reck Date: Mon, 6 Jul 2015 13:49:58 -0700 Subject: Adjust for pipeline stalls Bug: 20853441 Calculating duration that crosses the UI-RT sync point will now subtract out the time spent waiting in queue under the assumption that this time will be accounted for in the previous frame's metrics Change-Id: Ia8213f4410638840613f5ae439e98dfb77532a6a --- libs/hwui/FrameInfo.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'libs/hwui/FrameInfo.cpp') diff --git a/libs/hwui/FrameInfo.cpp b/libs/hwui/FrameInfo.cpp index 85998f1cb222..41e22332d8ed 100644 --- a/libs/hwui/FrameInfo.cpp +++ b/libs/hwui/FrameInfo.cpp @@ -30,6 +30,7 @@ const std::string FrameInfoNames[] = { "AnimationStart", "PerformTraversalsStart", "DrawStart", + "SyncQueued", "SyncStart", "IssueDrawCommandsStart", "SwapBuffers", -- cgit v1.2.3-59-g8ed1b