I'm developing a small framework filled with various utilities--the smaller the better, so that it doesn't bloat the size of downloadable programs that use it. Is there any tool to reveal the size in bytes of my methods, interfaces and classes?
(I've been removing various classes to see how much the file size changes, but for some reason the DLL is always a multiple of 4 KB so I can't tell precisely how big a given class is, let alone a method. Anyway, that approach is a pain in the ass because when I remove one piece, I have to also remove any bits of code that depend on it.)
I asked this question earlier for C++ (conclusion was: no, but in Linux there's a useful shell command).
x charactersper file. – Grant Thomas Apr 10 '11 at 21:59