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.

tuning ASM code?

dfati
Beginner
1,856 Views
Is tool good and usable for tuning ASM code?
0 Kudos
1 Solution
Kirill_R_Intel
Employee
1,856 Views
Yes, you can tune ASM code with Intel VTune Amplifier XE. On screenshot below you can see C++ and ASM source view.

View solution in original post

0 Kudos
4 Replies
Kirill_R_Intel
Employee
1,857 Views
Yes, you can tune ASM code with Intel VTune Amplifier XE. On screenshot below you can see C++ and ASM source view.

0 Kudos
dfati
Beginner
1,856 Views
Thanks. To clarify, if I only has .ASM source (no .C, .CPP, etc..) I could still open it up and see something simlar with each instruction timed?
0 Kudos
Kirill_R_Intel
Employee
1,856 Views
Yes, you should be able to see ASM sources.
0 Kudos
TimP
Honored Contributor III
1,856 Views
Event counts will not necessarily be allocated to instructions as you might expect; they may be attributed to subsequent instructions which consume the result of the instruction of interest.
0 Kudos
Reply