Description
Binary size can be broken down to show which symbols, sections, or sources contribute most to an executable. It is useful for developers reducing application size or investigating build output.
Size profilers read binaries and debug information but do not optimize by themselves. Compare builds consistently before making release decisions.