Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The !whatperftime extension converts a high-resolution performance counter value into a standard time value.
!whatperftime Count
Parameters
Count
The performance counter clock value.
DLL
Kdexts.dll
Remarks
You can use !whatperftime to convert values retrieved by calling QueryPerformanceCounter. Performance counter time values are also found in software traces.
The output is displayed as HH:MM:SS.mmm. Here is an example:
kd> !whatperftime 304589
3163529 Performance Counter in Standard Time: .004.313s