Auszug |
---|
Intel VTune, Intel Advisor, Intel Inspector, Intel Trace Analyzer and Collector |
VTune
Intro:
https://www.intel.com/content/www/us/en/docs/vtune-profiler/get-started-guide/2023/linux-os.html
...
Codeblock | ||
---|---|---|
| ||
vtune -report summary -r vtune_* |
VTune-GUI (not recommended)
Login with x-window support (ssh -X) and then start
Codeblock | ||
---|---|---|
| ||
vtune-gui |
Run VTune-GUI remotely on your own browser (recommended interactive use)
Codeblock | ||
---|---|---|
| ||
vtune -report summary -r vtune_* |
...