Search code examples
androidmobilebenchmarkingandroid-hardware

Best way to compare hardware of different devices inside my app


I have an android aplication where I can acess some information about the device hardware, like number of cores, the clock of each one, etc. This aplication runs in a single thread. My app will have a decision tree inside it, and one of the parameters is the device's hardware.

I want to use the information that I have on the device's hardware to rank the performance of the smartphones, but I'm a little lost in how to compare.

I thought of using the higher clock between the cores, but I was warned against it.


Solution

  • Try facebook/device-year-class