highfive
highfive

Reputation: 638

Monitoring info about running processes of an iPhone with Objective C

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?

Upvotes: 0

Views: 698

Answers (1)

user244343
user244343

Reputation:

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).

Upvotes: 2

Related Questions