CF_Stopwatch¶
Category: time
GitHub: cute_time.h
A stopwatch for general purpose precise timings.
Struct Members | Description |
---|---|
uint64_t start_time |
The starting time (in ticks) of the stopwatch. See cf_make_stopwatch. |
Remarks¶
Once created with cf_make_stopwatch the time elapsed can be fetched. To reset the stopwatch, simply call cf_make_stopwatch again and overwrite your old stopwatch.
Related Pages¶
cf_microseconds
cf_make_stopwatch
cf_seconds
cf_milliseconds