Our game needs to konw the performance of an android phone,and I collect some useful performance parameters. e.g. memerory,cpu core numbers,cpu max frequency.
Howerver, these parameters can not represent the CPU performance fully. I found some questions talk about this just in general terms and didn't go into details.
Here are 2 links related to the topic How to detect android cpu speed? (To be honest ,I do not Know how SystemClock.uptimeMillis() can test the cpu )& How to check if device is *fast* enough
Is there any parameter can represent how fast is the device exactly?
Any link to documentations on this will be highly appreciated.