diff options
author | Stan Iliev <stani@google.com> | 2019-07-25 13:12:02 -0400 |
---|---|---|
committer | Stan Iliev <stani@google.com> | 2019-08-01 18:53:21 +0000 |
commit | 7203e1f55a57bf809c3d07a391b82c364fb60b7e (patch) | |
tree | 7471929e5b6ed42cb150bbbb9883e64a5e570007 /libs/hwui/protos | |
parent | 85a6a5aa3b56749f2f30c442eff8837efb9ebde1 (diff) |
Add GPU draw stats to gfxinfo and GraphicsStatsService
Test: ran dumpsys with gfxinfo and graphicsstats
Change-Id: Id9950de87dc4343c6878baa6a6dd42fbc8aeddef
Diffstat (limited to 'libs/hwui/protos')
-rw-r--r-- | libs/hwui/protos/graphicsstats.proto | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libs/hwui/protos/graphicsstats.proto b/libs/hwui/protos/graphicsstats.proto index 1226d44ceb85..0cd5c6228504 100644 --- a/libs/hwui/protos/graphicsstats.proto +++ b/libs/hwui/protos/graphicsstats.proto @@ -46,6 +46,9 @@ message GraphicsStatsProto { // The frame time histogram for the package repeated GraphicsStatsHistogramBucketProto histogram = 6; + + // The gpu frame time histogram for the package + repeated GraphicsStatsHistogramBucketProto gpu_histogram = 7; } message GraphicsStatsJankSummaryProto { |