Other Parts Discussed in Thread: SYSBIOS
hello i want to get a load as a % for each task at runtime,so i found ti/sysbios/utils/Load.h there is a function Load_getTaskLoad(Task_Handle,Load_Stat); it says in the function description that it will return the load as a % and return stats struct for duration information.it looks like the functions prototype returns a bool,and the Load_Stat struct only has 2 variables threadTime and totalTime.I dont see how this function returns the load at all.