VilleKrumlinde / delphiunitsizes

Display the sizes of each unit in a Delphi executable

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

delphiunitsizes

Automatically exported from code.google.com/p/delphiunitsizes

This program shows the size of each unit that is included in a Delphi exe-file. It also shows an approximate size of each symbol (classes, methods, procedures etc) in a unit.

How to use: Set "Project Options - Linking - Map File" to "Publics" or "Detailed". Then open the resulting map-file with this program.

You can also use it in Delphi tools menu with parameters: $PATH($EXENAME)$NAMEONLY($EXENAME).MAP or simply associate it with map-files in explorer.

About

Display the sizes of each unit in a Delphi executable


Languages

Language:Pascal 100.0%