Home
last modified time | relevance | path

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

/cts/hostsidetests/incident/src/com/android/server/cts/
DGraphicsStatsValidationTest.java62 GraphicsStatsProto statsBefore = results[0]; in testBasicDrawFrame() local
64 GraphicsStatsJankSummaryProto summaryBefore = statsBefore.getSummary(); in testBasicDrawFrame()
70 System.out.println("statsBefore: {\n" + statsBefore + "}"); in testBasicDrawFrame()
78 int veryJankyDelta = countFramesAbove(statsAfter, 40) - countFramesAbove(statsBefore, 40); in testBasicDrawFrame()
84 GraphicsStatsProto statsBefore = results[0]; in testJankyDrawFrame() local
86 GraphicsStatsJankSummaryProto summaryBefore = statsBefore.getSummary(); in testJankyDrawFrame()
107 int veryJankyDelta = countFramesAbove(statsAfter, 60) - countFramesAbove(statsBefore, 60); in testJankyDrawFrame()
114 GraphicsStatsProto statsBefore = results[0]; in testDaveyDrawFrame() local
116 GraphicsStatsJankSummaryProto summaryBefore = statsBefore.getSummary(); in testDaveyDrawFrame()
128 int gt150msDelta = countFramesAbove(statsAfter, 150) - countFramesAbove(statsBefore, 150); in testDaveyDrawFrame()
[all …]