summaryrefslogtreecommitdiffstats
path: root/libs/hwui/renderthread/RenderProxy.h
diff options
context:
space:
mode:
authorJohn Reck <jreck@google.com>2015-03-18 15:24:33 -0700
committerJohn Reck <jreck@google.com>2015-03-27 11:50:56 -0700
commitedc524c90506d80e0fc5fb67e8de7b8f3ef53439 (patch)
tree098c18daa80655fe0fa3faab7c39332685c163ef /libs/hwui/renderthread/RenderProxy.h
parent1cef4196886b0cc1238111d396c1e3665a5fd2ae (diff)
downloadframeworks_base-edc524c90506d80e0fc5fb67e8de7b8f3ef53439.zip
frameworks_base-edc524c90506d80e0fc5fb67e8de7b8f3ef53439.tar.gz
frameworks_base-edc524c90506d80e0fc5fb67e8de7b8f3ef53439.tar.bz2
Add GraphicsStatsService
More S's for More Speed Split JankTracker's backing data from the class to allow for data relocation to/from ashmem regions Pack the jank tracking data to fit in 256 bytes Change-Id: Ife86a64b71a328fbd0c8075fe6a0404e081f725b
Diffstat (limited to 'libs/hwui/renderthread/RenderProxy.h')
-rw-r--r--libs/hwui/renderthread/RenderProxy.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/hwui/renderthread/RenderProxy.h b/libs/hwui/renderthread/RenderProxy.h
index 43cbe07..29c6f08 100644
--- a/libs/hwui/renderthread/RenderProxy.h
+++ b/libs/hwui/renderthread/RenderProxy.h
@@ -99,6 +99,7 @@ public:
ANDROID_API static void dumpGraphicsMemory(int fd);
ANDROID_API void setTextureAtlas(const sp<GraphicBuffer>& buffer, int64_t* map, size_t size);
+ ANDROID_API void setProcessStatsBuffer(int fd);
private:
RenderThread& mRenderThread;