We are about to switch to a new forum software. Until then we have removed the registration on this forum.
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?