HBehrens / puncover

Analyses C/C++ build output for code size, static variables, and stack usage
MIT License
431 stars 94 forks source link

Support Worst-Case Stack in symbol listings #87

Open george-palmsens opened 1 year ago

george-palmsens commented 1 year ago

Hi! Fantastic tool, thank you so much for your work.

I frequently use Puncover to find the worst case stack usage of a function. It would be exceptionally useful if I could see this information as a column in the symbol list, just like I can see the per-function stack usage.

This would let me easily identify functions in my binary that lead to a ton of stack pressure.

dsabala commented 1 year ago

+1