Skip to content
This repository has been archived by the owner on Jan 4, 2023. It is now read-only.
/ codesize Public archive

Code size visualization tool with PDB/ELF/Mach-O support

License

Notifications You must be signed in to change notification settings

zeux/codesize

Repository files navigation

codesize Build status

codesize is a tool that shows the memory impact of your code using a hierarchical display adapted to work well in large C++ codebases. It works by parsing debug information from PDB/ELF/Mach-O files. The purpose of the tool is to let the developer quickly find areas in the codebase that can be improved to gain memory by reducing code size, which is particularly important on memory-constrained platforms.

codesize

codesize runs on Windows and requires .NET Framework 4.0.

License

codesize depends on GNU binutils; because of the dependency it is distributed under the terms of the GNU General Public License.

About

Code size visualization tool with PDB/ELF/Mach-O support

Resources

License

Stars

Watchers

Forks

Packages

No packages published