Instruments chart for iphone
i have a doubt ..i clicked on leaks and then i can see graph now should i run application to check memory leak or it will do on its own?? and the moment my apps start after 3 secs i can see blur bar of height 0.5 that keep going?? so what sho开发者_运维问答uld i do?? is that leak permanent (cause blue bar is static ?? but my app is running good
When You check for memory leaks. At that time your app runs then only instrument can check for memory leaks. Click on the leaks and press record. It will run your app automatically if its selected in the apps drop down list in the instrument. If there will a leak then you will see a red spike in the leak chart. Presence of leak does not mean your app will crash. It will crash only when it will be running out of memory due to leaking memory repeatedly.
精彩评论