cyberbemon
cyberbemon

Reputation: 3200

Memory usage and leaks ?

I just used the instrument to monitor how my app performs and below is the result. I only monitored memory leaks and usage. Does the below result look acceptable ? I am new to this whole app development so i would like an expert opinion :)

NOTE: this is done on the ios simulator

thank you

Test Result

Upvotes: 0

Views: 120

Answers (2)

Victor Carmouze
Victor Carmouze

Reputation: 947

First it's show that you don't have any leaks in your program but pay attention to your VM graphic, who is anormaly high

Upvotes: 0

Daniel
Daniel

Reputation: 31609

The output you posted means there are no leaks. However, the presence of virtual memory is alarming, you are using too much memory if it resorts to VM.

Upvotes: 1

Related Questions