在iPhone SDK中查找内存分配
嘿我想知道内存分配我的应用程序在 iPhone SDK 中以编程方式。需要帮助。
Possible Duplicates:
Programmatically retrieve memory usage on iPhone
How to detect a memory leak?
Hey I want to know the memory allocation in my app programatically in iPhone SDK . Need Help.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
苹果有一个名为 工具:
仪器用户指南
iOS 开发者工具概述
Apple has a tool called Instruments for that:
Instruments User Guide
iOS Developer Tools Overview
如果您只是在配置文件模式下运行应用程序(单击并按住运行按钮并选择配置文件或执行
Command-I
),它将打开 Instruments,您可以选择从那里分析内存分配。If you just run your application in Profile mode (click and hold the Run button and select Profile or do
Command-I
), it will open Instruments and you can choose to profile memory allocations from there.