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

vtsaview functionality in Amplifier XE

rachidh
Beginner
382 Views
Hello,

I am trying to match the output of PTU/vtsaview in the new Amplifier XE. Specifically --

vtsaview -sea e -csv -a t

Any advise as to an equivalent output with amplxe-* is appreciated.
Rachid
0 Kudos
1 Reply
Mark_D_Intel
Employee
382 Views
The command line does not have an equivalent grouping by function and thread. It can do function or thread individually, however.

amplxe-cl -report hw-events -group-by function

or

amplxe-cl -report hw-events -group-by thread

Same command using abbreviated option names:
amplxe-cl -R hw-events -g-b thread


The GUI (amplxe-gui) does have such a grouping (/Thread /Function).
0 Kudos
Reply