Log in

View Full Version : Perl script for examining code size, importing to excel


kc8nod
15-12-2005, 10:36
Hi There!

I've written a little perl script to extract some useful information from the .map file. The script tells you how much space in flash is used by each function in your code. The size is in bytes followed by the percentage of the total 32k available.
It can also create a .csv file which is easily imported into Excel if you'd like to make some colorful pie charts.

Get the script and instructions here (http://www.chiefdelphi.com/forums/papers.php?s=&action=single&paperid=560)

Enjoy.