How can I get the processor speed of an Android device in MHz? I can get the speed of BogoMips by reading the \proc\cpuinfofile. How to convert BogoMips to MHz or is there another way to get speed in MHz?
\proc\cpuinfo
You have the maximum processor speed (in Hz) in the file:
/ systems / devices / systems / CPU / cpu0 / CPUfreq / cpuinfo_max_freq
For example, the contents of this file in my Samsung Galaxy Ace:
832000
wikipedia BogoMips (http://en.wikipedia.org/wiki/BogoMips) , bogoMips, .