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
Open Intel® VTune™ Profiler with the graphical user interface (vtune-gui) or command-line interface (vtune).
Once you have downloaded Intel® VTune™ Profiler, follow these steps to run the application:
- Locate the installation directory.
- Set environment variables.
- Open Intel® VTune™ Profiler
Default Installation Paths
Whether you downloaded Intel® VTune™ Profiler as a standalone component or with the Intel® oneAPI Base Toolkit, the default path for your <install-dir> is:
Operating System | Path to <install-dir> |
---|---|
Windows* OS |
|
Linux* OS |
|
Set Environment Variables
To set up environment variables for VTune ProfilerVTune Profiler, run the setvars script:
Linux* OS:source <install-dir>/setvars.sh
Windows* OS:<install-dir>\setvars.bat
When you run this script, it displays 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.
On a macOS* system, start Intel VTune Profiler version from the Launchpad.
You can also launch the VTune Profiler from the Eclipse* IDE.
Open VTune Profiler from the Command Line
To launch the 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, enter:
> 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 Linux, run:
vtune-gui /root/intel/vtune/projects/matrix/matrix.vtuneproj