Overview topicAbout a Project in vtl

This information applies to the command-line interface (vtl) only.

You may create a project in the graphical version of the VTune(TM) Performance Analyzer and then open and run it in the command-line interface using the project command:

vtl project <-d | -default | <filename>>

where <filename> is the name of the project file (.vpj) to use in vtl.

To run an Activity from a project created in the GUI version of the VTune analyzer, enter:

vtl project <pathname>/MyProj.vpj run

where:

<pathname> and MyProj.vpj are the path and name of the project file created in the GUI version of the VTune analyzer.

Command-line example:

>vtl project /home/user/workspace/project1/.vtproject.data/project1.vpj run

This will run an Activity from the project1.vpj project file created in the GUI version of the VTune analyzer from the command line.

Note

Using the project command sets the specified project name as default project and all subsequent commands are applied to this project. To reset the project to the original default project, use -default (or -d option). To find out the current project name, type vtl query -project.