Visible to Intel only — GUID: GUID-816E2B6E-A8A3-4878-920F-EF1FE32411C2
Visible to Intel only — GUID: GUID-816E2B6E-A8A3-4878-920F-EF1FE32411C2
Open Intel® VTune™ Profiler
To start using Intel® VTune™ Profiler:
- Locate the directory where you installed Intel® VTune™ Profiler.
- Set environment variables.
- Open Intel® VTune™ Profiler
Locate the Install Directory
Whether you downloaded Intel® VTune™ Profiler as a standalone component or with the Intel® oneAPI Base Toolkit, find the default path for your <install-dir> here:
Operating System | Path to <install-dir> |
---|---|
Windows* OS |
|
Linux* OS |
|
Set Environment Variables
To set environment variables for VTune Profiler, run the setvars script:
Linux* OS:source <install-dir>/setvars.sh
Windows* OS:<install-dir>\setvars.bat
When the script executes, you see the product name and the build number. You can now use the vtune and vtune-gui commands.
Open VTune Profiler from the GUI
On Windows* OS, use the Search menu or locate VTune Profiler from the Start menu to run the standalone GUI client.
For the version of VTune Profiler that is integrated into Microsoft* Visual Studio* IDE on Windows OS, do one of the following:
- Select Intel VTune Profiler from the Tools menu of Visual Studio.
- Click the
Configure Analysis with VTune Profiler toolbar button.
You can also start VTune Profiler from the Eclipse* IDE.
Open VTune Profiler from the Command Line
To start VTune Profiler from the command line, run the following scripts from the <install-dir>/bin64 directory:
vtune-gui for the standalone graphical interface
vtune for the command line interface
To open a specific VTune Profiler project or a result file, type
> vtune-gui <path>
where <path> is one of the following:
full path to a result file (*.vtune)
full path to a project file (*.vtuneproj)
full path to a project directory. If the project file does not exist in the directory, the New Project dialog box opens and prompts you to create a new project in the given directory.
For example, to open the matrix project in the VTune Profiler GUI on a Linux OS, run:
vtune-gui /root/intel/vtune/projects/matrix/matrix.vtuneproj