This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

RTOS/CC3220: TI-RTOS runtime task statistics

Guru 39650 points

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