How can I get the iPhone's CPU usage and memory usage?
How can I programmatically get the iPhone/iPad's CPU usage and memory usage? I want to display this informati开发者_如何学Con in my app.
Memory usage indication inside app http://www.learn-cocos2d.com/2010/07/coding-cocos/ "Raising awareness: memory usage & leaks"
Jailbreak, then add SBSettings. It will show you all of that type of information.
Instruments. Unless you mean to display directly in your app.
精彩评论