Searched refs:statsBefore (Results 1 – 1 of 1) sorted by relevance
62 GraphicsStatsProto statsBefore = results[0]; in testBasicDrawFrame() local64 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() local86 GraphicsStatsJankSummaryProto summaryBefore = statsBefore.getSummary(); in testJankyDrawFrame()107 int veryJankyDelta = countFramesAbove(statsAfter, 60) - countFramesAbove(statsBefore, 60); in testJankyDrawFrame()114 GraphicsStatsProto statsBefore = results[0]; in testDaveyDrawFrame() local116 GraphicsStatsJankSummaryProto summaryBefore = statsBefore.getSummary(); in testDaveyDrawFrame()128 int gt150msDelta = countFramesAbove(statsAfter, 150) - countFramesAbove(statsBefore, 150); in testDaveyDrawFrame()[all …]