Is it possible to get maximum frame size of each function compiled by GCC?
I have a bunch of C and C++ source files in my project and I want to have a statistics of stack usage of each function, just couldn't find any related options in GCC manual.
Is it possible to get maximum frame size of each function compiled by GCC?
I have a bunch of C and C++ source files in my project and I want to have a statistics of stack usage of each function, just couldn't find any related options in GCC manual.