Search code examples
iosswiftcpu-usagearkit

Is normal 50% CPU usage while I am running an AR game?


Is normal 50% CPU usage while I am running an AR application? I have tried look to ARKit documentation.


Solution

  • as long as you're checking to make sure viewcontrollers, views, and other objects are deallocating when you mean to remove them from memory, then yes, you're fine. the system will manage this for you.