Feature: Memory Tabulation of an ELF file¶
As a developer I want to be able to see the memory tabulation of an ELF file So that I can make engineering decisions about the footprint of different libraries, methods, etc.
The output should be in JSON format, to be parsable downstream by other tools.
It could potentially also generate more immediately human-readable outputs, like images too.
Finally, it could be in a relational-database format, optimized for more long-term storage, and being co-located with other build metadata.
Scenario Outline: Memory tabulation of an ELF file¶
Examples:¶
toolchain |
configuration |
environment |
arguments |
output |
|---|---|---|---|---|
x86 |
x86 |
JSON |
||
cube |
check |
JSON |
||
cube |
cube |
check |
JSON |
|
arm |
arm |
check |
JSON |
|
cpp |
cpp |
check |
JSON |
|
local_source |
local_source |
check |
JSON |
|
local_source |
local_source |
markdown |
JSON and Markdown |
|
blinky |
blinky_include |
check |
JSON |
|
blinky |
blinky |
GitHub Action |
check |
JSON |
Memtab Env |
check |
JSON |
||
Defaults |
check |
JSON |
||
blinky_with_elf |
check |
JSON |
||
blinky |
blinky_no_project |
project |
JSON |
|
Memtab Proj Env |
check |
JSON |