From d40b24b9afb1d7223d8042e72d27e5b9a5271177 Mon Sep 17 00:00:00 2001
From: landley
The "make bloatcheck" option uses Matt Mackall's bloat-o-meter script to compare two versions of busybox (busybox_unstripped vs busybox_old), and report which symbols changed size and by how much. - To use it, first build a base version, rename busybox_unstripped to - busybox_old, and then build a new version with your changes and run - "make bloatcheck" to see the size differences from the old version. + To use it, first build a base version with "make baseline". + (This creates busybox_old, which should have the original sizes for + comparison purposes.) Then build the new version with your changes + and run "make bloatcheck" to see the size differences from the old + version.
The first line of output has totals: how many symbols were added or -- cgit v1.2.3-55-g6feb