Analyzers
Talk to fellow users of Intel Analyzer tools (Intel VTune™ Profiler, Intel Advisor)
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
5255 Discussions

vtsaview functionality in Amplifier XE

rachidh
Beginner
721 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
721 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