Part Number: CC3220
Tool/software: TI-RTOS
Hi Team,
I am not sure about exact place to to post question related TI-RTOS, that I post it to device forum.
It is possible get runtime statistic of execution time of tasks in TI-RTOS? Something like %Time in FreeRTOS ( https://www.freertos.org/rtos-run-time-stats.html ). Information about stack usage I can get Task_stat() but where get statistic related to execution time of tasks.
Via ROV and module "ti.sysbios.utils.Load" can be obtained statistic about cpuLoad, swiLoad and hwiLoad but only in debug time and not for each task separately.
Jan