Debugging Tools for Windows

!whatperftime

!whatperftime扩展命令将高分辨率性能计数器值(high-resolution performance counter value)转换成标准的时间格式。

语法

!whatperftime Count 

参数

Count
performance counter clock的值。

DLL

Windows NT 4.0 不可用
Windows 2000 不可用
Windows XP和之后 Kdexts.dll

注释

可以用!whatperftime来转换通过调用QueryPerformanceCounter获得的值。性能计数器时间值也能在软件跟踪(software trace)中看到。

输出按照HH:MM:SS.mmm格式,下面是示例:

kd> !whatperftime 304589
3163529 Performance Counter in Standard Time: .004.313s

Build machine: CAPEBUILD