Task load statistics.
Data Fields | |
const char * | name |
uint64_t | runTime |
uint64_t | totalTime |
uint32_t | cpuLoad |
const char* TaskP_Load::name |
Name of the task
uint64_t TaskP_Load::runTime |
Amount of time the task has run, units of usec
uint64_t TaskP_Load::totalTime |
Amount of time that has elapsed so far, units of usec
uint32_t TaskP_Load::cpuLoad |
CPU load in units of percentage with 2 decimal point precision, i.e 1234 means 12.34%