aboutsummaryrefslogtreecommitdiff
path: root/scripts/bloat-o-meter (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bloat-o-meter: convert to print() callsBernhard Reutner-Fischer2010-02-071-4/+4
| | | | Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
* bloat-o-meter: fix quadric behavior in alias resolutionBernhard Reutner-Fischer2010-02-071-29/+68
| | | | Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
* bloat-o-meter: teach it to handle aliasesBernhard Reutner-Fischer2010-02-021-26/+46
| | | | | | | | | | | | 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>
* bloat-o-meter: touchup argv handlingMike Frysinger2009-06-011-2/+2
| | | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org> Reported-by: Matt Mackall <mpm@selenic.com>
* bloat-o-meter: fix tab/space mixingMike Frysinger2009-06-011-3/+3
| | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* - optionally pass additional flags down to nmBernhard Reutner-Fischer2008-05-231-5/+10
|
* - make Christian happyBernhard Reutner-Fischer2008-05-211-2/+1
|
* - skip empty lines and archive membersBernhard Reutner-Fischer2008-05-211-0/+6
|
* - bail out if either file does not existBernhard Reutner-Fischer2007-04-051-0/+5
| | | | Avoids filling my scrollback-buffer with superfluous information ;)
* od: fix buglet in --traditional, microoptimization,Denis Vlasenko2006-11-291-1/+1
| | | | | document coreutils bug bloat-o-meter: account for objects in rodata too
* Teach bloatometer about .rodata, and tweak the display into something thatRob Landley2006-05-291-8/+10
| | | | has a better chance of getting merged.
* - patch from Tito to pretty print the overall deltaBernhard Reutner-Fischer2006-05-261-0/+4
|
* Tweak suggested by Matt Mackall when I submitted the bloat-o-meter changesRob Landley2006-05-081-3/+2
| | | | back to linux-kernel...
* Add "make bloatcheck" to run Matt Mackall's bloat-o-meter. Copy an oldRob Landley2006-05-071-0/+60
busybox_unstripped to busybox_old, build a new version, and "make bloatcheck" to see a detailed breakdown of the size difference.