EngQueryPerformanceCounter 函数 (winddi.h)
EngQueryPerformanceCounter 函数查询性能计数器。
语法
ENGAPI VOID EngQueryPerformanceCounter(
[out] LONGLONG *pPerformanceCount
);
参数
[out] pPerformanceCount
指向接收性能计数器值的位置(以赫为单位)的指针。
返回值
无
备注
EngQueryPerformanceCounter 始终返回表示每秒时钟周期数的 64 位整数。 启动系统时,计数开始累积。
驱动程序应谨慎调用此例程。 频繁调用 EngQueryPerformanceCounter 可能会降低调用驱动程序和整个系统的 I/O 性能。
要求
最低受支持的客户端 | 在 Windows 2000 及更高版本的 Windows 操作系统中可用。 |
目标平台 | 通用 |
标头 | winddi.h (包括 Winddi.h) |
Library | Win32k.lib |
DLL | Win32k.sys |