Lines Matching full:graph
101 * +BR2_GRAPH_DEPS_OPTS+ to pass extra options to the dependency graph; see
102 xref:graph-depends[] for the accepted options
104 draw the dependency graph.
105 * +BR2_GRAPH_SIZE_OPTS+ to pass extra options to the size graph; see
106 xref:graph-size[] for the acepted options
185 [[graph-depends]]
198 To generate a dependency graph of the full system you have compiled,
202 make graph-depends
205 You will find the generated graph in
206 +output/graphs/graph-depends.pdf+.
208 If your system is quite large, the dependency graph may be too complex
210 dependency graph just for a given package:
213 make <pkg>-graph-depends
216 You will find the generated graph in
217 +output/graph/<pkg>-graph-depends.pdf+.
231 BR2_GRAPH_OUT=svg make graph-depends
234 The +graph-depends+ behaviour can be controlled by setting options in the
240 * +--stop-on PKG+, +-s PKG+, to stop the graph on the package +PKG+.
243 host packages). The package is still present on the graph, but its
247 the graph.
257 BR2_GRAPH_DEPS_OPTS='-d 3 --no-transitive --colors=red,green,blue' make graph-depends
262 [[graph-duration]]
270 To generate the build time graph after a build, run:
273 make graph-build
292 This +graph-build+ target requires the Python Matplotlib and Numpy
298 By default, the output format for the graph is PDF, but a different
303 BR2_GRAPH_OUT=png make graph-build
306 [[graph-size]]
313 generates a graph and CSV files detailing the size contribution of
319 make graph-size
324 * +output/graphs/graph-size.pdf+, a pie chart of the contribution of
334 This +graph-size+ target requires the Python Matplotlib library to be
339 Just like for the duration graph, a +BR2_GRAPH_OUT+ environment variable
340 is supported to adjust the output file format. See xref:graph-depends[]
344 to further control the generated graph. Accepted options are:
348 in the graph. By default, `X=0.01`, which means packages each
361 graph-size+.
366 +file-size-stats.csv+ files (produced by +make graph-size+) as input.