简体   繁体   English

xcode概要分析分配中的新增功能

[英]new to profiling allocations in xcode

I'm doing a screenshot of the allocations in my project. 我正在对项目中的分配进行截图。 I've simulated a memory warning at 50 seconds, but the allocations never go back down. 我模拟了50秒的内存警告,但是分配从未停止。 Maybe I don't understand this one correctly? 也许我不正确地理解这一点?

个人资料的屏幕截图

我认为该图显示的是总字节数,即应用程序在运行期间消耗的所有内存

It turns out that NONE of my big objects (UIViews / Controllers) were ever being released. 事实证明,我的所有大对象(UIViews /控制器)都没有被释放。 After diving in I'm seeing some up and down like I should be. 潜水后,我会像往常一样看到一些起伏。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM