I'm developing a monitor app, but I can't find the gpu frequency for the Honor 6.
It's not at /sys/class/kgsl/kgsl-3d0/gpuclk. Where can I find the current gpu frequency?
If you're rooted you can probably find it by running this command
App thread:
http://forum.xda-developers.com/and...u-gpu-deep-t3231994/post63454826#post63454826
It's not at /sys/class/kgsl/kgsl-3d0/gpuclk. Where can I find the current gpu frequency?
If you're rooted you can probably find it by running this command
Code:
su
find /sys -type f -name *gpu* -print -exec cat {} \;
http://forum.xda-developers.com/and...u-gpu-deep-t3231994/post63454826#post63454826
Last edited: