How to query memory and CPU usage

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How to query memory and CPU usage

Jump to solution
3,576 Views
1409568089
Contributor II

I use MKE1xF,  How to query memory and CPU usage. thanks

Labels (1)
0 Kudos
1 Solution
3,244 Views
BlackNight
NXP Employee
NXP Employee

In MCUXpresso IDE, there is in addition to the FreeRTOS views a view for bare metal memory (heap) usage, see New NXP MCUXpresso Eclipse IDE v11.0 | MCU on Eclipse .

And there is the image info, see https://mcuoneclipse.files.wordpress.com/2019/06/image-info-memory-usage.png 

Image Info Memory Usage

As for the CPU usage, there is the SWO profile feature in the IDE, see for example Overview of MCUXpresso IDE v10.2.0 | MCU on Eclipse 

SWO Profile

I hope this helps,

Erich

View solution in original post

0 Kudos
2 Replies
3,245 Views
BlackNight
NXP Employee
NXP Employee

In MCUXpresso IDE, there is in addition to the FreeRTOS views a view for bare metal memory (heap) usage, see New NXP MCUXpresso Eclipse IDE v11.0 | MCU on Eclipse .

And there is the image info, see https://mcuoneclipse.files.wordpress.com/2019/06/image-info-memory-usage.png 

Image Info Memory Usage

As for the CPU usage, there is the SWO profile feature in the IDE, see for example Overview of MCUXpresso IDE v10.2.0 | MCU on Eclipse 

SWO Profile

I hope this helps,

Erich

0 Kudos
3,244 Views
danielchen
NXP TechSupport
NXP TechSupport

Hi Xue:

If  you are using MCUXpresso IDE, with FreeRTOS, you can see th heap and stack usage as below.

pastedImage_1.png

pastedImage_2.png

Regards

Daniel

0 Kudos