I am looking for a way to read the GPU memory usage of my Game (process) on the Mali GPUs on Android platform.
On some other GPU's I can read the entries in /proc/<pid>/smaps and calculate the GPU memory usage from the page mapping
entries, but…
I am looking for a way to read the GPU memory usage of my Game (process) on the Mali GPUs on Android platform.
On some other GPU's I can read the entries in /proc/<pid>/smaps and calculate the GPU memory usage from the page mapping
entries, but…