How can I monitor the GPU usage of my OpenGLES2 app on Android? The GPU monitor in Android Studio seems to ignore OpenGL GPU usage.
Please note that I have enabled gpu rendering profile in developer options and set it to Show in adb shell dumpsys gfxinfo.
The GPU monitor seems to run, but it looks like the GPU is not even used.
How can I monitor GPU usage for an OpenGLES application?
Thank you !