objective c - How can i test iphone application for memory leaks? -
what methods/tools can use check if in application iphone there no memory leaks? or how find , fix them?
use instruments: first build , install app on simulator. stop process again (the red shield says "task"), go run->run perfomance tool->leaks. start instruments preconfigured leaks , memory allocation tool. more info check out apple's memory usage performance guidelines (which has section on finding leaks): http://developer.apple.com/library/ios/#documentation/performance/conceptual/managingmemory/managingmemory.html
Comments
Post a Comment