Windbg 故障转储中的性能计数器

发布于 2024-08-22 17:49:19 字数 46 浏览 2 评论 0原文

是否可以在 Windbg 中的本机 C++ 应用程序转储中看到线程性能计数器。

Is it possible to see thread performance counters in dump of native c++ application in windbg.

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

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

发布评论

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

评论(1

千と千尋 2024-08-29 17:49:19

不,不可能看到计数器的值,因为它们不存储在 C++ 应用程序地址空间中。您可以从转储中提取的只是线程 ID、用户时间、内核时间和已用时间(请参阅 !runaway 命令)。

No, it not possible to see the values of the counters because are not stored in the c++ application address space. All you may extract from the dump are the thread ids, user time, kernel time and elapsed time (see the !runaway command).

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