28 Jul
2005
28 Jul
'05
5:35 p.m.
Bryce Harrington wrote:
These are very nice graphs; can you describe how you generated them? Is it possible that these could be automatically generated via a script? If so, then I would suggest putting that script in CVS. The drawings themselves may get out of date quickly (the codebase changes a lot), so having a way to keep them up to date would make them much more useful.
I'm not sure how Ralf made his, but for similar stuff I've used Egypt:
You get gcc to generate the RTL file, and then you can 'cat' together all the RTL files you're interested in. Then run egypt and graphviz, and you have an SVG performance test ;)
--Ted