]> code.ossystems Code Review - openembedded-core.git/commit
pybootchartgui: support reading reduced /proc logs
authorPatrick Ohly <patrick.ohly@intel.com>
Wed, 30 Nov 2016 09:50:11 +0000 (10:50 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 7 Dec 2016 10:36:11 +0000 (10:36 +0000)
commitb5e47df9af1ebbb477074587fdeae17eb2f55582
treee4c9f2084da5cbe17a0e5cfa1436b4d2365492d3
parentb17812385cd55e81066d3ceda92dffdc6e5564da
pybootchartgui: support reading reduced /proc logs

Pre-processing /proc data during the build considerably reduces the
amount of data written to disk: 176KB instead of 4.7MB for a 20
minuted build. Parsing also becomes faster.

buildstats.bbclass only writes the reduced logs now, but support for
the full /proc files is kept around as reference.

Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
scripts/pybootchartgui/pybootchartgui/parsing.py