Windbg Crash Dump中的性能计数器

时间:2010-02-25 11:56:13

标签: windows debugging crash windbg performancecounter

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

1 个答案:

答案 0 :(得分:2)

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