Versionen im Vergleich

Schlüssel

  • Diese Zeile wurde hinzugefügt.
  • Diese Zeile wurde entfernt.
  • Formatierung wurde geändert.


Auszug

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

...

Codeblock
languagebash
vtune -report summary -r vtune_*

VTune-GUI (not recommended)

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

Codeblock
languagebash
vtune-gui

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


Codeblock
languagebash
vtune -report summary -r vtune_*

...