Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bloat-o-meter: make it python3 compliant | Marek Polacek | 2010-10-28 | 1 | -2/+2 |
| | | | | | | | | Python 3 doesn't support the iterkeys() method anymore. Use iter(foo.keys()) instead of foo.iterkeys(). Signed-off-by: Marek Polacek <mmpolacek@gmail.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | bloat-o-meter: convert to print() calls | Bernhard Reutner-Fischer | 2010-02-07 | 1 | -4/+4 |
| | | | | Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | ||||
* | bloat-o-meter: fix quadric behavior in alias resolution | Bernhard Reutner-Fischer | 2010-02-07 | 1 | -29/+68 |
| | | | | Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | ||||
* | bloat-o-meter: teach it to handle aliases | Bernhard Reutner-Fischer | 2010-02-02 | 1 | -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 handling | Mike Frysinger | 2009-06-01 | 1 | -2/+2 |
| | | | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org> Reported-by: Matt Mackall <mpm@selenic.com> | ||||
* | bloat-o-meter: fix tab/space mixing | Mike Frysinger | 2009-06-01 | 1 | -3/+3 |
| | | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org> | ||||
* | - optionally pass additional flags down to nm | Bernhard Reutner-Fischer | 2008-05-23 | 1 | -5/+10 |
| | |||||
* | - make Christian happy | Bernhard Reutner-Fischer | 2008-05-21 | 1 | -2/+1 |
| | |||||
* | - skip empty lines and archive members | Bernhard Reutner-Fischer | 2008-05-21 | 1 | -0/+6 |
| | |||||
* | - bail out if either file does not exist | Bernhard Reutner-Fischer | 2007-04-05 | 1 | -0/+5 |
| | | | | Avoids filling my scrollback-buffer with superfluous information ;) | ||||
* | od: fix buglet in --traditional, microoptimization, | Denis Vlasenko | 2006-11-29 | 1 | -1/+1 |
| | | | | | document coreutils bug bloat-o-meter: account for objects in rodata too | ||||
* | Teach bloatometer about .rodata, and tweak the display into something that | Rob Landley | 2006-05-29 | 1 | -8/+10 |
| | | | | has a better chance of getting merged. | ||||
* | - patch from Tito to pretty print the overall delta | Bernhard Reutner-Fischer | 2006-05-26 | 1 | -0/+4 |
| | |||||
* | Tweak suggested by Matt Mackall when I submitted the bloat-o-meter changes | Rob Landley | 2006-05-08 | 1 | -3/+2 |
| | | | | back to linux-kernel... | ||||
* | Add "make bloatcheck" to run Matt Mackall's bloat-o-meter. Copy an old | Rob Landley | 2006-05-07 | 1 | -0/+60 |
busybox_unstripped to busybox_old, build a new version, and "make bloatcheck" to see a detailed breakdown of the size difference. |