Best way to test code performance? (on other devices)

edited September 2017 in Android Mode

Hi all!

What is the best way to check whether my code is compatible with most devices?

I can monitor the code in task manager but I'm not sure how to interpret all the numbers (the workings of the CPU and GPU are beyond me). I can see how much CPU my code is using (usually between 00 and 20). Is 20 a lot? How much CPU should I be aiming to limit my code to if I want to make it compatible for something like an Android phone? Is the CPU the only measure for a code's demand on the device it's ran in?

Sign In or Register to comment.