Reputation: 1232
It is possible to dynamically query an Android device for the current CPU clock similar to what is mentioned in what follows.
adb shell "cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq"
However, it seems like there is not a similar option for GPU. I was wondering if there is a way, anything, to do the same for GPUs. Any help is greatly appreciated.
(CPU/GPU frequencies are not good indicators of speed. I mainly need them for some study on DVFS)
Upvotes: 3
Views: 7247
Reputation: 153
How I found the GPU freq and % for Android Galaxy S5 on OSX/Linux
Upvotes: 3