AM64x MCU+ SDK  08.02.00
TaskP_Load Struct Reference

Detailed Description

Task load statistics.

Data Fields

const char * name
 
uint64_t runTime
 
uint64_t totalTime
 
uint32_t cpuLoad
 

Field Documentation

◆ name

const char* TaskP_Load::name

Name of the task

◆ runTime

uint64_t TaskP_Load::runTime

Amount of time the task has run, units of usec

◆ totalTime

uint64_t TaskP_Load::totalTime

Amount of time that has elapsed so far, units of usec

◆ cpuLoad

uint32_t TaskP_Load::cpuLoad

CPU load in units of percentage with 2 decimal point precision, i.e 1234 means 12.34%