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

command line execution and project file

newport_j
Beginner
263 Views
When you use amplxe-cl to analyze a binaryfile you do not create a project directory or file. It seems all you do is create dirictories like r000hs. How does one use this like one can use a *proj file?

But where is the project file?

What if you want to go back and use that output in another way?

Any help appreaciated thanks in advance.

Newport_j
0 Kudos
3 Replies
Mark_D_Intel
Employee
263 Views
There is no project file created by or used by the command line. If you want to save some options and rerun the same (or similar) analysis, create a simple shell script.

You can use the -report option to view the data (use '-help report' to get a list of reports). Use the -result-dir option to specify a result directory (by default it will use the one with the highest number, regardless of any suffix, like 'hs').

The results can be viewed in the GUI, either with File->Open->Result, or specify the marker file (in the result directory) on the command line (eg 'amplxe-gui r000hs/r000hs.amplxe')
0 Kudos
newport_j
Beginner
263 Views


I need a referenceto a VTUNE Document such as a usage manualas to how to do this. I am only using the quickstart tutorial. That explains very little aout the command line usage in VTUNE.

Any help appreciated. Thanks in adavance.


Newport_j
0 Kudos
Mark_D_Intel
Employee
263 Views
At the top of the VTune forum page are links to the manuals

http://software.intel.com/en-us/articles/intel-vtune-amplifier-xe-documentation/

Look for "Command line interface support"
0 Kudos
Reply