Find the processor speed of an Android device in MHz

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?

+5
source share
2 answers

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

+4
source

wikipedia BogoMips (http://en.wikipedia.org/wiki/BogoMips) , bogoMips, .

+1

All Articles