HBehrens / puncover

Analyses C/C++ build output for code size, static variables, and stack usage

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Show assembly and source side-by-side

HBehrens opened this issue · comments

objdump -S or -l are a good starting point but aspects such as

  • accuracy of those logs,
  • non-contiguous source inclusion
  • macros and inlined functions
  • content from multiple files

make this nontrivial.