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 KeQueryTotalCycleTimeThread routine returns the accumulated cycle time for the specified thread.
Syntax
ULONG64 KeQueryTotalCycleTimeThread(
[in, out] PKTHREAD Thread,
[out] PULONG64 CycleTimeStamp
);
Parameters
[in, out] Thread
A pointer to a dispatcher object of type KTHREAD.
[out] CycleTimeStamp
A pointer to the cycle counter value at the time of the query.
Return value
The accumulated cycle time for the thread.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Available in Windows 8 and later versions of Windows. |
Target Platform | Universal |
Header | wdm.h |