Analyzers
Talk to fellow users of Intel Analyzer tools (Intel VTune™ Profiler, Intel Advisor)
4999 Discussions

getting started with VTune/Linux

melomiked
Beginner
648 Views
Can't seem to find any documentation beyond installation instructions and a couple man-pages. (The HTML stuff is mostly install stuff as well). How does one jump-start the use of VTune on Linux? Is there any sample code, simple walk-thru of capabilities, even a short user's manual? Anything?

Thanks.
0 Kudos
2 Replies
Aaron_L_Intel
Employee
648 Views
Hi,

Have you tried the user's guide, which can typically be found at /opt/intel/vtune/doc/users_guide (or elsewhere, if you choose a custom installation directory)? Open index.htm with your favorite Web browser to view it.

Hope this helps!

Aaron Levinson
0 Kudos
jeffrey-gallagher
648 Views
Spot on, aaron!

Also, for folks who are just getting their feet wet with the software, the two sections in the User Guide that can be real helpful are the QUICK START WITH SAMPLING, and QUICK START WITH CALL GRAPH. Very practical advice there.

And after you start to dig in, you might want to look at the Reference Manual, usually located in:

/opt/intel/vtune/doc/reference

Again, by viewing the index.htm file as aaron pointed out.

Also VERY MUCH worth reading:

$ man vtl

$ man ActivityController

$ man sampling

$ man callgraph


cheers

jdg

0 Kudos
Reply