Xcode 4 中蓝线中仪器的百分比

发布于 2024-11-07 01:41:08 字数 226 浏览 0 评论 0原文

当我单击对象使用中的一行时,例如在泄漏或僵尸中,这些行被标记为蓝色...... 这些百分比就在泄漏原因等的行中。应该是。

percentagenumberofinstruments

但是百分比数字是什么意思呢?

当有 5 个百分比分别为 15% 和 25% 等等时,我有时很难理解百分比。

When I click on a row in the use of an object, in leaks or zombie for example, the lines are marked in blue...
and there are these percentages right in the line where reason of the leak/etc. should be.

percentagenumberofinstruments

But what does the percentage number mean?

I have sometimes trouble with understanding the percentages when there are like 5 of them with 15% and 25% and so on.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

一身软味 2024-11-14 01:41:08

它意味着 -init... 方法中发生的分配百分比以及这些分配发生的位置。这就是您正在查看的工具和您深入研究的方法。

It means the percentage of allocations that happened in your -init... method and where those allocations occurred. That's the instrument you're looking at and the method you drilled down into.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文