PerfCountSinceTick (Windows CE 5.0)
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 to 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
Send Feedback on this topic to the authors