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

Knowing intsructions and cache

praveenurs
Beginner
235 Views

Hi,

I am trying to profile a function (using Vtune) related to video application. The time taken by that function increaes exponetially say 40ms , 80, 50, 300, 600ms etc. My question is, "How do I know is the timing includes the intsructions and the memory accesing times".

Is there any way that I can get instructions and stalls for that perticular function.

Is there any tool find out the cache profiling.

Thanks in advance.

Praveen

0 Kudos
2 Replies
ILevi1
Valued Contributor I
235 Views

There is a way but it is not easy. It involves you reading the VTune documentation to learn how to use it. People here cannot do that for you.

0 Kudos
David_A_Intel1
Employee
235 Views
Depending on your processor, you can select events that will give you an idea as to the number of cache misses, etc. For the Intel Core2 processor family, please see this white paper.
0 Kudos
Reply