KeQueryTotalCycleTimeThread - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// wdm.h

ULONG64 KeQueryTotalCycleTimeThread(
  [in, out] PKTHREAD Thread,
  [out]     PULONG64 CycleTimeStamp
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-wdm-kequerytotalcycletimethread)

KeQueryTotalCycleTimeThread function

Description

The KeQueryTotalCycleTimeThread routine returns the accumulated cycle time for the specified thread.

Parameters

Thread [in, out]

A pointer to a dispatcher object of type KTHREAD.

CycleTimeStamp [out]

A pointer to the cycle counter value at the time of the query.

Return value

The accumulated cycle time for the thread.