diff options
author | John Reck <jreck@google.com> | 2021-05-11 17:04:54 -0400 |
---|---|---|
committer | John Reck <jreck@google.com> | 2021-05-11 17:06:53 -0400 |
commit | 66e06d4ff1e238e077f29294452325f7b4f7be1c (patch) | |
tree | 67eb988090bfb0d987e5922a85449e192a53c667 /libs/hwui/renderthread/RenderProxy.h | |
parent | 3a8ea8727d703d8f0b790874cd6e63c87cc3f56b (diff) |
Macrobenchmark tweaks & gpu memory dumping
Add support for glob matching
Ensure glob matches are alphabetically sorted
Add feature to dump GPU memory usage after a test pass
Adjust gpu memory dump to be a bit more compact (skip empty outputs)
Test: this
Bug: 187718492
Change-Id: I6dc80b2d3379d8d10001116e1240727d9914bc10
Diffstat (limited to 'libs/hwui/renderthread/RenderProxy.h')
-rw-r--r-- | libs/hwui/renderthread/RenderProxy.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/hwui/renderthread/RenderProxy.h b/libs/hwui/renderthread/RenderProxy.h index 288f5554f65a..662b44505fa6 100644 --- a/libs/hwui/renderthread/RenderProxy.h +++ b/libs/hwui/renderthread/RenderProxy.h @@ -109,7 +109,7 @@ public: // Not exported, only used for testing void resetProfileInfo(); uint32_t frameTimePercentile(int p); - static void dumpGraphicsMemory(int fd); + static void dumpGraphicsMemory(int fd, bool includeProfileData = true); static void rotateProcessStatsBuffer(); static void setProcessStatsBuffer(int fd); |