Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 524 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 524 Bytes

sizereport

Parse GCC-generated map file and show memory usage report.

Install dependencies

Install Node.js. On Ubuntu you can use the following command:

sudo apt install nodejs

Usage

Run the following command to show usage:

node sizereport.js --help

Filter script

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.