Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to get iOS memory consumption info of simulator?

Running an iOS simulator, is there any way to get information related to memory consumption of your simulated device? just to get an idea of how good the application is and whether I am not running out of memory due to extensive usage of data in plist and things like that.

like image 227
Firdous Avatar asked Oct 19 '25 09:10

Firdous


2 Answers

You can use XCode Profile tools to check allocation, memory leaks. And there is an activity monitor to check the resource utilization.

Product->Profile (in XCode 4.2) and then choose the option you want to profile your application.

like image 76
Selvin Avatar answered Oct 22 '25 04:10

Selvin


Instead of profiling while running you can check under memory tab. It will give you dynamic memory consumption. Click on Memory to reveal details . You can directly profile from that detail too. Not only Memory , you can check other CPU,DISK,NETWORK too.

Memory profiling

like image 20
Ankish Jain Avatar answered Oct 22 '25 04:10

Ankish Jain



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!