oveRTOS C API
Embedded RTOS framework — build system, configuration, and portable C API
Loading...
Searching...
No Matches
Data Fields
ove_thread_stats Struct Reference

Per-thread runtime statistics snapshot. More...

#include <thread.h>

Data Fields

uint64_t runtime_us
 Total CPU time consumed by this thread in microseconds.
 
uint32_t cpu_percent_x100
 CPU utilisation in hundredths of a percent (e.g. 1250 = 12.50 %).
 

Detailed Description

Per-thread runtime statistics snapshot.


The documentation for this struct was generated from the following file: