如何使用 Instruments 检查内存性能以及如何改进?
我必须检查我的应用程序的内存性能,我已经解决了泄漏问题,现在我想提高内存的性能。
那么,请告诉我如何修复和提高内存性能的过程。
谢谢。
I have to check memory performance of my application, I have solved Leaks now I want to improve the performance of memory.
So, please tell me the process how can I fix and improve the memory performance.
Thank You.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这取决于您对模糊术语“内存性能”的含义。我建议首先使用 Shark 来查看缓存未命中和/或 DRAM 带宽 - 这应该可以帮助您专注于内存访问可能成为限制因素的代码的任何部分。
It depends on what you mean by the vague term "memory performance". I would suggest first using Shark to look at cache misses and/or DRAM bandwidth - that should help you to focus on any parts of your code where memory accesses may be a limiting factor.