GPU Profiling and callbacks in OpenGL ES

心不动则不痛 提交于 2019-12-03 03:34:18

GPU maker provides nice profiler for Android. As far as my experience, it requires root privilege.

Use the DDMS feature under your Eclipse environment. It's installed by default.

A Very powerful graphical profiling utility. You can also lookup threads, heap, method profiling, objects allocation, and more.

Check the how to use DDMS here. Hope it helps ;)

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!