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

General Exploration

Hemal_P_
Beginner
321 Views

Hello,

I am using Intel Vtune Amplifier XE 2013 on my windows 8 laptop powered by,Intel 4th gen-i5 with 6GB RAM.

I run matrix multiplication in VTune tool,by both the method,

1.Normal Matrix Multiplication

2.Loop Interchange.

now I want to calculate some quantities,but I am not able to find it anywhere inside the tool.

  1. MEM_LOAD-UOPS-RETIRED.L2 MISS
  2. MEM_LOAD-UOPS-RETIRED.LLC MISS
  3. .L2_RQSTS.PF_MISS
  4.  CYCLE_ACTIVITY.STALL_CYCLES_L2_PENDING

 

 

0 Kudos
2 Replies
David_A_Intel1
Employee
321 Views

If you used General Exploration, just switch the "viewpoint" to Hardware Event [Sample] Counts to see the raw events.

HWEvents.PNG

Alternately, you can create a Custom Analysis and only collect the events of interest.  See the product documentation for how to create a custom analysis type.

0 Kudos
Hemal_P_
Beginner
321 Views

Thank you a lot Mr.Anderson.You are great.You always come up with the best solution.

 

0 Kudos
Reply