commit | e87c82df51ec608b02666cd976bf1835c4e7b879 | [log] [tgz] |
---|---|---|
author | Daniel Leung <daniel.leung@intel.com> | Mon May 10 17:02:41 2021 -0700 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Thu May 27 15:23:48 2021 +0200 |
tree | 2aefc7947a72ded58f20d4fccd9c5a7a27df73b8 | |
parent | 3e695ccef9787472a5ac0a59f9053f5b77a9cb89 [diff] |
scripts: size_report: alter how nodes are grouped together This changes how the tree is generated. Symbols with no paths are now grouped together instead of scattering throughout the tree. If paths in ELF file are not all under ZEPHYR_BASE, it will create additional node groups as 2nd level. This is useful when not all source files are under ZEPHYR_BASE, and provides a better indications of where they are. Signed-off-by: Daniel Leung <daniel.leung@intel.com>