CF_TICKS¶
Category: time
GitHub: cute_time.h
The number of machine ticks since program start.
Remarks¶
The frequency of these ticks is platform dependent. If you want to convert these ticks to relative to one second of actual time call cf_get_tick_frequency and use it as a divisor.
Related Pages¶
CF_SECONDS
CF_PREV_TICKS
cf_get_ticks
cf_get_tick_frequency
cf_make_stopwatch