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

tuning ASM code?

dfati
Beginner
1,105 Views
Is tool good and usable for tuning ASM code?
0 Kudos
1 Solution
Kirill_R_Intel
Employee
1,105 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,106 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,105 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,105 Views
Yes, you should be able to see ASM sources.
0 Kudos
TimP
Honored Contributor III
1,105 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