Tool/software: TI-RTOS
Hi,
I have implemented tasks in Processor SDK VISION. I am using TDA3xEVM. I want to check CPU utilization for each task.
Is there any tool present for such calculation? If no, how can I calculate it?
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.
Tool/software: TI-RTOS
Hi,
I have implemented tasks in Processor SDK VISION. I am using TDA3xEVM. I want to check CPU utilization for each task.
Is there any tool present for such calculation? If no, how can I calculate it?
Hello,
Perhaps you can use Code Composer Studio (CCS) with its various tools that can show performance analysis. Check out the CCS runtime object views, stack & cache usage, memory allocation, CPU load graphs, etc. These are all sorts of tools that I believe will help you get what you need.
thanks,
Alex