commit | f026b470d8bd7e9923ae236c0acf93c44b99e318 | [log] [tgz] |
---|---|---|
author | Anas Nashif <anas.nashif@intel.com> | Fri Jun 04 13:09:47 2021 -0400 |
committer | Anas Nashif <anas.nashif@intel.com> | Wed Jul 21 14:54:30 2021 +0300 |
tree | adaa099e2e3231e7151b2db8201ea9fe20c40132 | |
parent | 69d2cc473517760c1cea49c4904d520e692305f4 [diff] |
scripts: introduce footprint diffing Very simple script to diff between two ram or rom reports generated by size_report. When you call call the ram_report or rom_report targets you end up with a json file in the build directory that can be used as input for this script. The output shows which symbols insreased and which decreased in size and also tracked added/remove symbols as well. Signed-off-by: Anas Nashif <anas.nashif@intel.com>