- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I would expect the following:
vtune -report summary -report-output rep.txt
to redirect whatever I see in stdout by:
vtune -report summary
to rep.txt
However, rep.txt is empty.
Is this expected?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You need to specify option '-r' as below:
$ vtune -R summary -r r007hs -format=text -report-output=hs_summary
For details, you can get help from command '-help':
$ vtune -help report
Or get help from the user guide:
https://www.intel.com/content/www/us/en/docs/vtune-profiler/user-guide/2024-1/report.html
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You need to specify option '-r' as below:
$ vtune -R summary -r r007hs -format=text -report-output=hs_summary
For details, you can get help from command '-help':
$ vtune -help report
Or get help from the user guide:
https://www.intel.com/content/www/us/en/docs/vtune-profiler/user-guide/2024-1/report.html

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page