Searched defs:k_thread_runtime_stats (Results 1 – 1 of 1) sorted by relevance
207 typedef struct k_thread_runtime_stats { struct213 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