Analyzers
Talk to fellow users of Intel Analyzer tools (Intel VTune™ Profiler, Intel Advisor)
Announcements
FPGA community forums and blogs have moved to the Altera Community. Existing Intel Community members can sign in with their current credentials.
5260 Discussions

viewing the callgraph results

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

0 Kudos
3 Replies
Daniel_B_Intel2
Employee
1,214 Views
how to use it?
0 Kudos
agabbin
Beginner
1,214 Views

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
0 Kudos
jeffrey-gallagher
1,214 Views
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

0 Kudos
Reply