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.
Link Copied
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
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
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
Thanks. That works.
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
For more complete information about compiler optimizations, see our Optimization Notice.