Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/include/zephyr/kernel/
Dthread.h207 typedef struct k_thread_runtime_stats { struct
213 uint64_t execution_cycles; /* total # of cycles (cpu: non-idle + idle) */
214 uint64_t total_cycles; /* total # of non-idle cycles */
248 } k_thread_runtime_stats_t; argument