Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 iOS 5 和/或 iOS 6 中是否有一种编程方式来获取分配内存的大小,无论是总数还是只是数据?
我遇到了内存问题,我想了解我正在做的一些并行图像处理对内存的影响。
您可以为此目的使用Instruments 。
Instruments 有一个名为的模板Time Profile,它允许您查找代码的哪些部分消耗的时间最多,您还可以跟踪在 go 中分配的内存。
Time Profile
如果您是第一次体验分析,这是一个好的开始。