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

Vtune viewpoint using commandline

Ritwika_C_Intel
Employee
746 Views

Hello,

Is there a command to change the viewpoint of a vtune analysis ? I want to obtain the "Hotspots by CPU utilization" viewpoint report for threading analysis using commandline. I am using Vtune profiler 2020 Update 1.

0 Kudos
1 Solution
Kirill_U_Intel
Employee
735 Views

Hi.

Did you mean summary report?

vtune.exe -r r000tr -R summary

Looks like you need to change context value to get Hotspot summary instead of threading.

In file r000tr\config\context_values.cfg replace

<contextValue id="initialViewpoint" value="%ThreadingEfficiencyViewpointName"/>

on

<contextValue id="initialViewpoint" value="%HotspotsByCPUUsageViewpointName"/>

I'm not sure that is applicable way for you.

Kirill

 

 

View solution in original post

4 Replies
Kirill_U_Intel
Employee
736 Views

Hi.

Did you mean summary report?

vtune.exe -r r000tr -R summary

Looks like you need to change context value to get Hotspot summary instead of threading.

In file r000tr\config\context_values.cfg replace

<contextValue id="initialViewpoint" value="%ThreadingEfficiencyViewpointName"/>

on

<contextValue id="initialViewpoint" value="%HotspotsByCPUUsageViewpointName"/>

I'm not sure that is applicable way for you.

Kirill

 

 

Ritwika_C_Intel
Employee
708 Views
0 Kudos
Gopika_Intel
Moderator
712 Views

Hi,

We haven’t heard from you in awhile. Is your query clarified. Shall we discontinue monitoring this thread. Let us know your updates.

Regards

Gopika


0 Kudos
Gopika_Intel
Moderator
705 Views

Hi,


Thank you for the confirmation. We are no longer monitoring this thread. For further queries and issues please raise a new thread. We'd be glad to help you.


Regards

Gopika


0 Kudos
Reply