bootchart: improve output based on Dave Jones' feedback
authorArjan van de Ven <arjan@linux.intel.com>
Sun, 4 Jan 2009 15:16:38 +0000 (07:16 -0800)
committerSam Ravnborg <sam@ravnborg.org>
Wed, 7 Jan 2009 20:44:21 +0000 (21:44 +0100)
commit40c8c85a47552bd792b0ad49ddcc45ec18369134
tree539c9b60be5d526fd8517ce37d6cfcef41c1d2a5
parent8b249b6856f16f09b0e5b79ce5f4d435e439b9d6
bootchart: improve output based on Dave Jones' feedback

Dave Jones, in his blog, had some feedback about the bootchart script:
Primarily his complaint was that shorter delays weren't visualized.

The reason for that was that too small delays will have their labels
mixed up in the graph in an unreadable mess.

This patch has a fix for this; for one, it makes the output wider,
so more will fit.
The second part is that smaller delays are now shown with a
much smaller font for the label; while this isn't per se
readable at a 1:1 zoom, at least you can zoom in with most SVG
viewing applications and see what it is you are looking at.

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