Analyzers
Community support for Analyzers (Intel VTune™ Profiler, Intel Advisor, Intel Inspector)
4969 Discussions

How to get clock ticks taken be each Line Of Code using V-Tune Performance Analizer?

enjoyamalp
Beginner
331 Views
Hi,
I am writing my code in SSE/SSE2. After running sampling wizard I can see all the Non - sleep clock ticks and Instruction retired. But what i wont is clock tics taken be each line. If my code is like,
movdqa xmm2, xmm3
punpckldq xmm3, xmm5
punpckhdq xmm2, xmm5
addps xmm3, xmm2

I want to know the time taken by each line. I want to know is there any options with V-Tune to find it.

Thanks and regards,
Amal P.

0 Kudos
1 Reply
bijilash_babu
Beginner
331 Views
If I understand your qn. I think, when you select 'see source code' it will show clock ticks for each line (set of instruction) on the right hand side of the code.

Bijilash
0 Kudos
Reply