Skip to content

doki-nordic/sizereport

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published