HOWTO: Display Percentage Of Memory Usage At End Of Build

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

HOWTO: Display Percentage Of Memory Usage At End Of Build

HOWTO: Display Percentage Of Memory Usage At End Of Build

In embedded systems development, attention to memory utilization is universal. In S32 Design Studio, this information can easily be provided at the end of a successful build by invoking a linker option.

Right-click on the project name in the Project Explorer panel and select 'Properties' from the menu. Navigate to the C/C++ Build -> Settings ->Standard S32DS C Linker -> Miscellaneous menu. From the Other options section, click Add.

image.png

In the 'Enter Value' pop-up menu, enter:

-print-memory-usage

image.png

Click OK, then Apply and Close.

Now build the project and see the memory usage information displayed in the Console window.

image.png

100% helpful (3/3)
Version history
Last update:
‎08-17-2021 08:19 AM
Updated by: