Parse GCC-generated map file and show memory usage report.
Install Node.js. On Ubuntu you can use the following command:
sudo apt install nodejsRun the following command to show usage:
node sizereport.js --helpFilter 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.