aboutsummaryrefslogtreecommitdiff
path: root/scripts/bloat-o-meter (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - 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.