ios - Objective C: Detecting Leakages via Instruments in Xcode -


i ran instruments on app , found leaks, not sure how can decipher results example clicked on line '_nsarraym'

enter image description here

after clicked on 1 of entries in details column , following displayed,

enter image description here

what '100%' mean?

the 100% means leaks instruments detected in function in highlighted line of code. if function leaking memory in multiple places, individual percentages lower, add 100%.


Comments

Popular posts from this blog

c++ - Is it possible to compile a VST on linux? -

java - Output of Eclipse is rubbish -

jquery - Confused with JSON data and normal data in Django ajax request -