菜鸟教程小白 发表于 2022-12-12 23:41:26

iphone - 如何监控我的应用程序消耗了多少内存?


                                            <p><p>有时,我正在开发的不同应用程序会自行关闭,我假设这是因为内存使用量一旦过高,IOS 就会终止。 </p>

<p>即使不是因为内存,我也想知道我的应用在每一步都消耗了多少内存。</p>

<p><strong>更新</strong>:
谢谢大家,我了解 Instruments 的用途,但我的想法是在使用未连接到计算机的应用程序时监控内存。例如,将 UILabel Text 内容与当前内存消耗放在一起。</p>

<p>有什么路线吗?</p></p>
                                    <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p><p>苹果<a href="https://developer.apple.com/library/mac/#documentation/DeveloperTools/Conceptual/InstrumentsUserGuide/Introduction/Introduction.html" rel="noreferrer noopener nofollow">Instruments User Guide</a>是一个很好的开始。有一章专门讲<a href="https://developer.apple.com/library/mac/#documentation/DeveloperTools/Conceptual/InstrumentsUserGuide/MemoryManagementforYouriOSApp/MemoryManagementforYouriOSApp.html#//apple_ref/doc/uid/TP40004652-CH11-SW1" rel="noreferrer noopener nofollow">locating memory issues</a> .要监控内存消耗,Allocations、Leaks 和 Activity Monitor 工具将是最有帮助的。</p></p>
                                   
                                                <p style="font-size: 20px;">关于iphone - 如何监控我的应用程序消耗了多少内存?,我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/13235268/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/13235268/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: iphone - 如何监控我的应用程序消耗了多少内存?