diff options
| author | John Reck <jreck@google.com> | 2015-05-05 21:15:26 +0000 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2015-05-05 21:15:27 +0000 |
| commit | d6abbd29b7f453397036cf602655534bbd6c0430 (patch) | |
| tree | b2d285f43d51824a9a0da514ee6b213004fd407a /libs/hwui/renderthread/RenderProxy.h | |
| parent | b2e3b74418f7fc09f2610bc5620e748d420b5f87 (diff) | |
| parent | 7f2e5e3cea6af1f1dff35842aa13d46c47315b91 (diff) | |
| download | frameworks_base-d6abbd29b7f453397036cf602655534bbd6c0430.zip frameworks_base-d6abbd29b7f453397036cf602655534bbd6c0430.tar.gz frameworks_base-d6abbd29b7f453397036cf602655534bbd6c0430.tar.bz2 | |
Merge "Dump profile info after running test" into mnc-dev
Diffstat (limited to 'libs/hwui/renderthread/RenderProxy.h')
| -rw-r--r-- | libs/hwui/renderthread/RenderProxy.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/hwui/renderthread/RenderProxy.h b/libs/hwui/renderthread/RenderProxy.h index cc475fa..a1dbc7d 100644 --- a/libs/hwui/renderthread/RenderProxy.h +++ b/libs/hwui/renderthread/RenderProxy.h @@ -96,6 +96,8 @@ public: ANDROID_API void notifyFramePending(); ANDROID_API void dumpProfileInfo(int fd, int dumpFlags); + // Not exported, only used for testing + void resetProfileInfo(); ANDROID_API static void dumpGraphicsMemory(int fd); ANDROID_API void setTextureAtlas(const sp<GraphicBuffer>& buffer, int64_t* map, size_t size); |
