Is there a way to add callbacks in OpenGL ES similar to what DirectX has? I\'m trying to profile the GPU performance, so I\'m trying to figure out how long it took to execute ce
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 ;)
GPU maker provides nice profiler for Android. As far as my experience, it requires root privilege.