Hi All,
I am new to Android devices, can anyone explain how to measure MCPS in Android devices with an ARM processor.
Regards
Hemanth
Hi Mattew Du puy,
Sorry for late replay...
Basically i need to profile some DSP related module on ARM CPUs.
In what context? Most of what you can do in Linux, you can do in Android. i.e. You can always get BogoMIPs from /proc/cpuinfo but of course noop instructions != cycles. You can measure your particular instruction cycle needs programmatically. If you're looking to see if you have enough time to do real time frame encoding, check out this discussion:
Regarding MIPS/MCPS calculation | Speech Coding | DSPRelated.com
What is your background experience and what are you trying to accomplish?
Cheers,
Matt