21

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 !

nunofmendes
  • 3,731
  • 2
  • 32
  • 42
Robert Berglund
  • 327
  • 1
  • 8
  • Your best bet might be looking at what's been made available by the GPU manufacturer of the device. PowerVR and NVidia both provide GPU profiling tools, they can be fiddly to setup though. – Columbo Mar 04 '16 at 18:16
  • Any luck figuring this out yet? – bstar55 Sep 30 '16 at 20:08
  • For the recording, I'm trying to get this working on a Samsung Galaxy S7 too. The GPU usage shows as 0, which I know cannot be true. – ephemer Jun 07 '17 at 13:16

0 Answers0