Share via


PerfCountSinceTick and PerfCountFreq (Windows CE 5.0)

Send Feedback

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

Supporting Interrupt Latency Timing | High-Performance Counter Support

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.