How to get the Static Code Metrics Report after building code in S32 Desing Studio

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

How to get the Static Code Metrics Report after building code in S32 Desing Studio

766 Views
rafael_barbosa
Contributor IV

Hello,

I am using the S32 Design Studio for Power Architecture and build the project for the MPC5744P microcontroller.

After building the project, I could not get the Static Code Metrics Report in order to see the software size, memory size, and so on.

How can I get these information?

Kind Regards, Rafael

3 Replies

678 Views
jiri_kral
NXP Employee
NXP Employee

Hi, 

please make sure, that you have enabled print size in project properties:

pastedImage_1.png

The GNU size output is in build console: 

pastedImage_2.png

Hope it helps. 

Jiri 

678 Views
rafael_barbosa
Contributor IV

Hello jirikral,

Thank you for the answer.

Can you give me details about the meaning of the fields? I mean (Text, data, bss, dec and hex).
The units of these numbers are bytes?

Kind Regards, Rafael

0 Kudos

678 Views
jiri_kral
NXP Employee
NXP Employee

Hi, 

You can find more details here - text, data and bss: Code and Data Size Explained | MCU on Eclipse  

Hope it helps. 

Jiri