summaryrefslogtreecommitdiff
path: root/libs/hwui/ProfileData.h
diff options
context:
space:
mode:
authorJohn Reck <jreck@google.com>2018-03-12 17:14:53 -0700
committerJohn Reck <jreck@google.com>2018-03-14 15:00:05 -0700
commit09979fbee7201b46158c2c033194529e4284ea13 (patch)
treec86118e20004c9b9bd93f22171f6b4984fcbcef2 /libs/hwui/ProfileData.h
parentc1756316708216a0cef3394b8751a9d35dd30e1b (diff)
Break down jank between frame drops vs. triple buffered
Bug: 70220906 Test: JankyScene vs. systrace vs. jankstats Change-Id: Ia012685020cc5bcabbd3f92f0bdeb84eaf50733d
Diffstat (limited to 'libs/hwui/ProfileData.h')
-rw-r--r--libs/hwui/ProfileData.h1
1 files changed, 1 insertions, 0 deletions
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,