From 09979fbee7201b46158c2c033194529e4284ea13 Mon Sep 17 00:00:00 2001 From: John Reck Date: Mon, 12 Mar 2018 17:14:53 -0700 Subject: Break down jank between frame drops vs. triple buffered Bug: 70220906 Test: JankyScene vs. systrace vs. jankstats Change-Id: Ia012685020cc5bcabbd3f92f0bdeb84eaf50733d --- libs/hwui/ProfileData.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libs/hwui/ProfileData.h') diff --git a/libs/hwui/ProfileData.h b/libs/hwui/ProfileData.h index 1e688ab6fa68..564920b60328 100644 --- a/libs/hwui/ProfileData.h +++ b/libs/hwui/ProfileData.h @@ -33,6 +33,7 @@ enum JankType { kSlowUI, kSlowSync, kSlowRT, + kMissedDeadline, // must be last NUM_BUCKETS, -- cgit v1.2.3-59-g8ed1b