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)
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>

No differences found