bootchart: improve output based on Dave Jones' feedback
authorArjan van de Ven <arjan@linux.intel.com>
Sun, 4 Jan 2009 18:59:18 +0000 (10:59 -0800)
committerArjan van de Ven <arjan@linux.intel.com>
Wed, 7 Jan 2009 16:47:30 +0000 (08:47 -0800)
commit24b0ecad07ac4d7ef74cb6f7da08c449fa9f6a4f
tree8231315ecd4aaa676150c8ec7b78e8b2f8dc1564
parentefaee192063a54749c56b7383803e16fe553630e
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>
scripts/bootgraph.pl