Share via


PerfCountSinceTick and PerfCountFreq

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/27/2008

PerfCountSinceTick and PerfCountFreq access a high-performance counter that is synchronized with the thread timer. They typically use the thread timer itself.

They are most effective when the underlying timer counts are fast enough to provide meaningful data.

If the thread timer is running at a rate of one tick per millisecond, these routines will not provide much information. If the underlying counter runs at a rate of 100 ticks per millisecond or more, the latency timers will be much more useful.

See Also

Concepts

Supporting Interrupt Latency Timing
High-Performance Counter Support