Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-02-07 | bloat-o-meter: convert to print() calls | Bernhard Reutner-Fischer | |
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | |||
2010-02-07 | bloat-o-meter: fix quadric behavior in alias resolution | Bernhard Reutner-Fischer | |
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | |||
2010-02-02 | bloat-o-meter: teach it to handle aliases | Bernhard Reutner-Fischer | |
Previously aliases were counted as full implementation taking up space: setservent 64 55 -9 __GI_setservent 64 55 -9 getservent_r 420 319 -101 __GI_getservent_r 420 319 -101 Teach it to properly handle aliases. Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | |||
2009-06-01 | bloat-o-meter: touchup argv handling | Mike Frysinger | |
Signed-off-by: Mike Frysinger <vapier@gentoo.org> Reported-by: Matt Mackall <mpm@selenic.com> | |||
2009-06-01 | bloat-o-meter: fix tab/space mixing | Mike Frysinger | |
Signed-off-by: Mike Frysinger <vapier@gentoo.org> | |||
2008-05-23 | - optionally pass additional flags down to nm | Bernhard Reutner-Fischer | |
2008-05-21 | - make Christian happy | Bernhard Reutner-Fischer | |
2008-05-21 | - skip empty lines and archive members | Bernhard Reutner-Fischer | |
2007-04-05 | - bail out if either file does not exist | Bernhard Reutner-Fischer | |
Avoids filling my scrollback-buffer with superfluous information ;) | |||
2006-11-29 | od: fix buglet in --traditional, microoptimization, | Denis Vlasenko | |
document coreutils bug bloat-o-meter: account for objects in rodata too | |||
2006-05-29 | Teach bloatometer about .rodata, and tweak the display into something that | Rob Landley | |
has a better chance of getting merged. | |||
2006-05-26 | - patch from Tito to pretty print the overall delta | Bernhard Reutner-Fischer | |
2006-05-08 | Tweak suggested by Matt Mackall when I submitted the bloat-o-meter changes | Rob Landley | |
back to linux-kernel... | |||
2006-05-07 | Add "make bloatcheck" to run Matt Mackall's bloat-o-meter. Copy an old | Rob Landley | |
busybox_unstripped to busybox_old, build a new version, and "make bloatcheck" to see a detailed breakdown of the size difference. |