I’m developing an iPhone app with XCode. I want to track the running applications of the phone and the memory, CPU usage for each of them. Still I wasn’t able to find a way to do this. Can anyone help me?
I’m developing an iPhone app with XCode. I want to track the running applications
Share
Attach your iPhone to the Mac and “Profile” the app, selecting the Activity Monitor instrument. You should get the info you need from that.
EDIT: Changed ‘PC’ to ‘Mac’ (force of habit).