viewing the callgraph results

viewing the callgraph results

agabbin's picture

I wrote a small script in perl which saves the results into a .html file, to be viewed by netscape etc.

4 posts / 0 new
Last post
For more complete information about compiler optimizations, see our Optimization Notice.
Daniel Bricker (Intel)'s picture

how to use it?

agabbin's picture


first save the output of vtl view:
vtl view >cg.txt

then run the script view.pl on the output file:
view.pl cg.txt

this will create a file called cg.txt.html and open it in netscape

jeffrey-gallagher (Intel)'s picture

This is a great little script!

FYI only, on one system at LinuxWorld last month I had to actually invoke perl itself as well: probably something weird about the Linux installation, but worked like a champ:

$ perl view.pl cg.txt

cheers

jdg

Login to leave a comment.