I'm trying to figure out a good way to measure memory bandwidth to GPU when I run OpenGL ES applications (with shaders) on my i.MX6 DL board. I could estimate it by calculating pixels and fps. But I wonder how much data is precisely copied to the Vivante GPU and back as it executes shaders.
It would be great if anyone can share your idea about how this can be done :-)