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

tuning ASM code?

dfati
Principiante
3.466 Vistas
Is tool good and usable for tuning ASM code?
0 kudos
1 Solución
Kirill_R_Intel
Empleados
3.466 Vistas
Yes, you can tune ASM code with Intel VTune Amplifier XE. On screenshot below you can see C++ and ASM source view.

Ver la solución en mensaje original publicado

4 Respuestas
Kirill_R_Intel
Empleados
3.467 Vistas
Yes, you can tune ASM code with Intel VTune Amplifier XE. On screenshot below you can see C++ and ASM source view.

dfati
Principiante
3.466 Vistas
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?
Kirill_R_Intel
Empleados
3.466 Vistas
Yes, you should be able to see ASM sources.
TimP
Colaborador Distinguido III
3.466 Vistas
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.
Responder