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

Saving micro architecture summary and function wise breakdown using Intel VTune CLI

rbachkaniwala3
Beginner
1,015 Views

I am trying to save the micro architecture summary and function level breakdown of micro architectural information visible using Intel VTune GUI, but using VTune CLI as a csv file.

I have went through the official documentation, but could not find a way.

0 Kudos
5 Replies
RemyaP_Intel
Employee
905 Views

Hi,

 

Thank you for posting in Intel communities.

 

When generating a report from the command line, use the report-output option to save the report in the specified format. Below is the syntax: 

 

vtune -report <report_type> -result-dir <dir> -report-output <path/filename.ext>

 

where:

<report_name> is the type of report to create.

<dir> is the location of the result directory.

<path/filename.ext> is the PATH, filename, and file extension of the report file to be created.

 

Check this page for more details - Save and Format Command Line Reports. 

 

If this resolves your issue, make sure to accept this as a solution. This would help others with similar issue. Thank you!

 

Otherwise, please get back to us with the below details.

  • Exact steps to reproduce the issue
  • VTune version
  • OS and Hardware details
  • Screenshots of the error

 

 

 

Regards,

Remya Premdas

 

0 Kudos
rbachkaniwala3
Beginner
805 Views

Hey, this does not solve my issue.

The current CLI report options do not support what I want.

The kind of data format I want is:

1. Collect data use `vtune -collect memory-access `option
2. Open VTune GUI's `Microarchitecture Exploration` option

3. Open `Bottom-up` option

 

The data seen in this window is exactly what I want to save as a CSV. I've uploaded a screenshot to show what I want to save using VTune CLI.

dsada.JPG

0 Kudos
rbachkaniwala3
Beginner
761 Views
0 Kudos
RemyaP_Intel
Employee
864 Views

Hi,


We haven't received any response from you. Is your issue resolved?


Thanks,

Remya


0 Kudos
RemyaP_Intel
Employee
833 Views

Hi,


We assume that your issue is resolved. If you need any additional information, please post a new question as this thread will no longer be monitored by Intel.


Regards,

Remya Premdas


0 Kudos
Reply