Parse GCC-generated map file and show memory usage report.
Install Node.js. On Ubuntu you can use the following command:
sudo apt install nodejs
Run the following command to show usage:
node sizereport.js --help
Filter script allows users to remove unneeded symbols from the report
and optionally categorize them. It is a JavaScript file with a single
function filter()
.
See filter-sample.js for details.