threadx icon indicating copy to clipboard operation
threadx copied to clipboard

How to get the percentage of CPU usage in arm Cortex-R8 system

Open carll00226 opened this issue 4 years ago • 2 comments

We are using threadx in arm Cortex-R8 SMP system and want to get the percentage of CPU usage druing running timer, we port the execution_profile_kit and found it not work properly. So we want to know whether execution_profile_kit support R8 SMP? If not, any other solution to work out the problem? thanks!

carll00226 avatar Oct 09 '21 06:10 carll00226

we port R8 smp source code from ports_smp/cortex_a9_smp.

carll00226 avatar Oct 11 '21 01:10 carll00226

We are looking into the current status of the EPK for SMP ports. We will provide more information soon.

andrejm-rtos avatar Oct 12 '21 16:10 andrejm-rtos

There is an experimental version of the Execution Profile Kit (EPK) for SMP here: https://github.com/azure-rtos/threadx/tree/master/utility/execution_profile_kit/smp_version

goldscott avatar Oct 28 '22 15:10 goldscott