DTMobileIS 的含义是什么?

发布于 2024-11-27 21:02:12 字数 458 浏览 4 评论 0原文

当我使用 Instruments 工具监控内存使用情况时,我发现一个名为 DTMobileIS 的进程使用了​​大约 40% 的实际内存,然后我的应用程序没有足够的内存,因此它崩溃了。我很好奇这个 DTMobileIS 的含义。有人知道吗?

编辑:
看起来DTDebug Tool的前缀。并根据 此链接,IS 听起来像是 Instruments 的缩写。

When I used Instruments tool to monitor my memory usage, I found a process named DTMobileIS use about 40% of real memory, and then there were not enough memory for my app so it crashed. I am curious about this DTMobileIS means for. Does anyone know about it?

Edit:
It seems like DT is the prefix of Debug Tool. And according to this link, IS sounds like the abbreviation of Instruments.

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

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

发布评论

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

评论(1

幼儿园老大 2024-12-04 21:02:12

DTMobileIS - 我认为它是移动仪器数据服务器,可为 Mac 上的仪器窗口提供信息。我正处于性能的边缘,所以我确实注意到在不使用乐器时 CPU 额外提升了 7-10%!运行活动监视器时,它会消耗大约 1.5-2.0MB 的宝贵内存。

debugserver - 处理控制台输出、断点等。不是一个大的 CPU 用户,但它目前在我正在观看的窗口中消耗了 1.24MB。

因此,根据我当前的读数,在调试/仪器环境之外,您应该至少多出 3MB 的可用内存,以及最多 10% 的可用 CPU 时间

DTMobileIS- which I believe is the Mobile Instruments Data Server that provides info to instruments window on your Mac. I'm on the hairy edge of performance so I definitely notice the extra 7-10% CPU boost when not using instruments! It eats about 1.5-2.0MB of your precious memory while running the Activity Monitor.

debugserver- which handles console outputs, breakpoints, etc. not a big CPU user, but it is currently consuming 1.24MB in the window I'm watching right now.

So outside of a debugging/instruments environment you should have at least 3MB more memory available, and up to 10% more CPU time available according to my current readings

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