Skip to main content
Senior
January 21, 2025
Question

Task runtime usage for ThreadX in STM32CubeIDE

  • January 21, 2025
  • 1 reply
  • 829 views

Hi,

In How to enable FreeRTOS™ Run Time and Stack Usage view, it shows we can see the task runtime usage in percentage for FreeRTOS. But for ThreadX, it has no such item.  As there is an 'execution_profile_kit' utility tool in ThreadX already, any plan to add this feature for ThreadX?

Thanks.

1 reply

mbarg.1
Senior III
January 21, 2025

I guess you are looking to WINDOW -> SHOW VIEW -> THREADX -> THREADX THREAD LIST in DEBUG PERSPECTIVE and enabling flag TOGGLE STACK CHECKING

 

divergerAuthor
Senior
January 21, 2025

Hi,

More exactly, I mean the 'Run Time (%)' column. This is the execution time of every task. There is no such column for ThreadX.

:)