Home
last modified time | relevance | path

Searched defs:k_cycle_stats (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/include/zephyr/kernel/
Dstats.h18 struct k_cycle_stats { struct
19 uint64_t total; /**< total usage in cycles */
25 uint64_t current; /**< \# of cycles in current usage window */
26 uint64_t longest; /**< \# of cycles in longest usage window */
27 uint32_t num_windows; /**< \# of usage windows */
30 bool track_usage; /**< true if gathering usage stats */