Does exist any utility to know the size of a compiled function in an executable?

Posted by Gregory Smith on Stack Overflow See other posts from Stack Overflow or by Gregory Smith
Published on 2010-02-24T22:43:04Z Indexed on 2010/04/10 22:43 UTC
Read the original article Hit count: 339

I want a report showing me the size of diferent symbols(compiled) in the executable. Something like .map files in Delphi, but generic if possible. nm from binutils, shows start address(?), maybe could i use that information?

(I'm using object pascal + freepascal compiler)

© Stack Overflow or respective owner

Related posts about executable

Related posts about filesize