This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

RTX: Measuring Task performance

I have a project with several RTX tasks.
In the µVision debugger I can see the tasks in the "System and Thread Viewer" window. This shows the state and stack of each task.
The "Performance Analyzer" window shows the time spend in each function or module.

What I would like to know is how much time or performance each task is using. Each task uses multiple modules and some modules (like system calls) are used by multiple tasks, so it is not possible to calculate the time or percentage from the Performance Analyzer.

Does anyone know of any tricks to measure task performance?

My ideal solution would be to extend the Performance Analyzer choices with a "task" option.