Analyzers
Talk to fellow users of Intel Analyzer tools (Intel VTune™ Profiler, Intel Advisor)
5063 Discussions

summary report: -report-output creates empty file

ShaiHulud
Beginner
465 Views

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?

Labels (1)
1 Solution
yuzhang3_intel
Moderator
412 Views

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

 

 

View solution in original post

0 Kudos
1 Reply
yuzhang3_intel
Moderator
413 Views

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

 

 

0 Kudos
Reply