Zum Ende der Metadaten springen
Zum Anfang der Metadaten

Sie zeigen eine alte Version dieser Seite an. Zeigen Sie die aktuelle Version an.

Unterschiede anzeigen Seitenhistorie anzeigen

« Vorherige Version anzeigen Version 13 Nächste Version anzeigen »

Intel VTune, Intel Advisor, Intel Inspector, Intel Trace Analyzer and Collector
("vtune", "advisor", "inspector", and "itac" environment modules)

VTune

Intro:
https://www.intel.com/content/www/us/en/docs/vtune-profiler/get-started-guide/2023/linux-os.html

Help:

vtune -help

Run VTune via command line interface (recommended non-interactive use)

Run your application with VTune wrapper as follows:
www.intel.com/content/www/us/en/docs/vtune-profiler/user-guide/2023-0/command-line-interface.html

Example

mpirun -np 4 vtune –collect hotspots -result-dir vtune_hotspot ./path-to_your/app.exe args_of_your_app

After completion explore hotspot analysis e.g. via

vtune -report summary -r vtune_*

VTune GUI

vtune-gui

Login with x-window support (ssh -X) and then start

vtune -report summary -r vtune_*


Run VTune remotely on your own browser (recommended interactive use)


  • Keine Stichwörter