Commit fcddb9da authored by Thomas De Schampheleire's avatar Thomas De Schampheleire Committed by Thomas Petazzoni
Browse files

manual: minor fixes in the graph-size documentation



Fix some typos and references to a size-stats 'target' (the script is called
'size-stats' but the make target is 'graph-size').

Signed-off-by: default avatarThomas De Schampheleire <thomas.de.schampheleire@gmail.com>
Acked-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
parent 12a77888
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -282,7 +282,7 @@ When your target system grows, it is sometimes useful to understand
how much each Buildroot package is contributing to the overall root
filesystem size. To help with such an analysis, Buildroot collects
data about files installed by each package and using this data,
generates a graph and CSVs files detailing the size contribution of
generates a graph and CSV files detailing the size contribution of
the different packages.

To generate these data after a build, run:
@@ -303,9 +303,9 @@ This will generate:
  contribution of each installed file to the package it belongs, and
  to the overall filesystem size.

This +size-stats+ target requires the Python Matplotlib library to be
This +graph-size+ target requires the Python Matplotlib library to be
installed (+python-matplotlib+ on most distributions), and also the
+argpase+ module if you're using a Python version older than 2.7
+argparse+ module if you're using a Python version older than 2.7
(+python-argparse+ on most distributions).

Just like for the duration graph, a +BR2_GRAPH_OUT+ environment is
@@ -315,7 +315,7 @@ for details about this environment variable.
.Note
The collected filesystem size data is only meaningful after a complete
clean rebuild. Be sure to run +make clean all+ before using +make
size-stats+.
graph-size+.

include::eclipse-integration.txt[]