zeux / codesize

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:GNU General Public License v3.0


Languages

Language:F# 66.5%Language:C++ 22.5%Language:Makefile 10.0%Language:C 0.7%Language:Batchfile 0.2%