How to detect the frequency when running a program on android? I want detect the CPU usage using the top -m command, but since android kernel by default does frequency scaling, I am afraid the result from "top -m " command is not correct. So I want to disable the frequency scaling for android. Any solution to this problem?
Welcome any comments!