开发者

Is there any other tools to test iPhone application

I want to t开发者_JAVA技巧est my iPhone application for memory leaks...

I have used xcode performance tool with leaks...

can you pls tell me is there any other tools in which i can test my application

Thanks for any help


You know the static analyzer? Hit Shift + Command + A (Build and Analyze) in Xcode and it analyzes your code for memory leaks. It's based on the clang static analyzer from the llvm project. http://clang-analyzer.llvm.org/

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜