GPU Profiling and callbacks in OpenGL ES

后端 未结 2 563
礼貌的吻别
礼貌的吻别 2021-02-06 09:52

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

相关标签:
2条回答
  • 2021-02-06 10:23

    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 ;)

    0 讨论(0)
  • 2021-02-06 10:28

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

    • ADRENO™ PROFILER for Qualcomm Snapdragon
    • PerfHUD ES for NVIDIA Tegra2
    0 讨论(0)
提交回复
热议问题