fastboot: fix issues and improve output of bootgraph.pl
authorArjan van de Ven <arjan@linux.intel.com>
Sun, 14 Sep 2008 22:30:52 +0000 (15:30 -0700)
committerArjan van de Ven <arjan@linux.intel.com>
Sun, 12 Oct 2008 15:07:37 +0000 (08:07 -0700)
commit709790a9aafe424785dd02bcb31b0dddb4ef59e4
tree9e3e58b20451553987ec165c3273699b6fb5bb54
parentf9b9796ade7609cd62571d38f064e20c77d31281
fastboot: fix issues and improve output of bootgraph.pl

David Sanders reported some issues with bootgraph.pl's display
of his sytems bootup; this commit fixes these by scaling the graph
not from 0 - end time but from the first initcall to the end time;
the minimum display size etc also now need to scale with this, as does
the axis display.

Signed-off-by: Arjan van de Ven <arjan@linux.intel.com>
scripts/bootgraph.pl