Need to compare two mobile hadware
I'm an Android VOIP application. I want to choose my type of codec based on processor power. Some audio codecs do not work well on some low-end devices. I want this program and do not decide when compiling. What are the criteria that will help you decide the CPU power and bandwidth available for processing: Here are some of them that I can think of: 1) CPU clock 2) memory Is there a standard method to determine the performance calculation based on statistics of memory / CPU It would be good to know if Android provides APIs for analyzing the performance in execution.