Open
Intel® VTune™
Profiler
Intel® VTune™
Profiler
Open
-gui) or command-line interface ().
Intel® VTune™
with the graphical user interface ( Profiler
vtune
vtune
Intel® VTune™ Profiler is a new renamed version of the Intel® VTune™ Amplifier.
To accommodate the product name change, the command line tool
amplxe-cl
is renamed to
vtune
. Graphical interface launcher
amplxe-gui
is renamed to
vtune-gui
.
Once you have
downloaded
Intel® VTune™
, follow these steps to run the application:
Profiler
- OpenIntel® VTune™Profiler
Default Installation Paths
Whether you downloaded
Intel® VTune™
as a standalone component or with the Intel® oneAPI Base Toolkit, the default path for your
Profiler
<install-dir>
is:
Operating System
| Path to <install-dir>
|
---|---|
Windows* OS
|
|
Linux* OS
|
|
macOS*
| /opt/intel/oneapi/ |
Set Environment Variables
To set up environment variables for
VTune Profiler
VTune
, run the
Profiler
setvars
script:
Linux* OS:
source <>/setvars.sh
Windows* OS:
<>\setvars.bat
When you run this script, it displays the product name and the build number. You can now use the
and
-gui commands.
vtune
vtune
Open
VTune
Profiler from the GUI
VTune
from the GUI Profiler
On Windows* OS, use the
Search
menu or locate
VTune
from the
Profiler
Start
menu to run the standalone GUI client.
For the version of
VTune
that is
integrated into Microsoft* Visual Studio* IDE on Windows OS, do one of the following:
Profiler
- SelectIntel VTune Profilerfrom theToolsmenu of Visual Studio.
- Click theConfigure Analysis with VTune Profilertoolbar button.
On a macOS* system, start
from the Launchpad.
Intel VTune
Profiler
version
You can also launch the
VTune
from the Eclipse* IDE.
Profiler
Open
VTune
Profiler from the Command Line
VTune
from the Command Line Profiler
To launch the
VTune
from the command line, run the following scripts from the
Profiler
<
directory:
install-dir
>/bin64- for the standalone graphical interface-guivtune
- for the command line interfacevtune
To open a specific
VTune
project or a result file, enter: Profiler
>
-gui <
vtune
path
>where
<
is one of the following:
path
>- full path to a result file (*.)vtune
- full path to a project file (*.)projvtune
- full path to a project directory. If the project file does not exist in the directory, theNew Projectdialog box opens and prompts you to create a new project in the given directory.
For example, to open the
matrix
project in the
VTune
GUI on Linux, run:
Profiler
vtune-gui /root/intel/vtune/projects/matrix/matrix.vtuneproj