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

Level 1/Level 2 cache misses and branch predictions for Ivy Bridge?

T_C
Beginner
307 Views

Hi,

I am limited to doing a general exploration for Ivy Bridge using VTune. Once I had performed this how can I see:

-Level 1 cache misses

-Level 2 cache misses

-Branch prediction metrics?

-TLB (is this the "DTLB overhead" value in the "summary" tab?)

0 Kudos
1 Reply
Peter_W_Intel
Employee
307 Views

In general speaking, you can run "amplxe-cl -c snb-general-exploration -- your program".

Use amplxe-gui to open result, find "Branch Mispredict" under "Filled Pipleline Slots\Bad Speculation";

Find L1/L2/LLC Bound under "Unfilled Pipeline Slots\Back-end Bound\Memory Bound"

0 Kudos
Reply