diff options
| author | 2019-10-10 01:21:01 +0000 | |
|---|---|---|
| committer | 2019-10-10 01:21:01 +0000 | |
| commit | a36ebded5c31203efbf26d0be864c82eb78274cd (patch) | |
| tree | 7be9b6bce9e4ad5e1374049f760188bf60f8bedd /libs/hwui/RenderNode.h | |
| parent | 7a2e7100ac1d4bc1277895d73064646d406af137 (diff) | |
| parent | 183e1380cef0f63610497abed01e16036a2ea2d4 (diff) | |
Merge "Improve dumping of display list memory usage"
Diffstat (limited to 'libs/hwui/RenderNode.h')
| -rw-r--r-- | libs/hwui/RenderNode.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libs/hwui/RenderNode.h b/libs/hwui/RenderNode.h index c6db7f1ba60d..d55e5b0ce836 100644 --- a/libs/hwui/RenderNode.h +++ b/libs/hwui/RenderNode.h @@ -102,7 +102,8 @@ public: ANDROID_API void setStagingDisplayList(DisplayList* newData); ANDROID_API void output(); - ANDROID_API int getDebugSize(); + ANDROID_API int getUsageSize(); + ANDROID_API int getAllocatedSize(); bool isRenderable() const { return mDisplayList && !mDisplayList->isEmpty(); } |