PerfCountSinceTick
This function is a helper function used by the QueryPerformanceCounter function.
DWORD PerfCountSinceTick (void);
Parameters
None.
Return Values
Counter value based on the current high-performance counter for the system.
Remarks
This function should not be called directly by any application. The Iltiming.exe tool uses this function measure a time change on a system service function. This function returns a counter value based on the current high-performance counter for the system. The counter value enables you to determine how much time has passed since the last system tick.
Requirements
OS Versions: Windows CE 3.0 and later.
Header: Not applicable.
Link Library: Nk.lib.
See Also
QueryPerformanceCounter | Supporting Interrupt Latency Timing
Last updated on Wednesday, April 13, 2005
© 2005 Microsoft Corporation. All rights reserved.