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

Intel VTune LLC Miss Count 0 Problem

SrcJimmy
Beginner
607 Views

Hi!

I have been using VTune for a few weeks and encountered this problem. My application uses the DRAM because it reads lots of memory greater than the LLC size and the VTune says the same, the DRAM average bandwidth is several GB/s. However, when I check the LLC misses which are the DRAM access it says 0. It doesn't make sense to me because if the DRAM channel is being used must be because the LLC has missed.

I have attached one of the experiments.

I hope someone can help.

Sincerely,

Jimmy

0 Kudos
3 Replies
yuzhang3_intel
Moderator
533 Views

Which VTune version did you use? And can you capture uarch-exploration data as well?

0 Kudos
SrcJimmy
Beginner
515 Views

Thanks for your response.

 

I am using the latest version (2025.0.0, build 629072)


Here is one execution with the uarch collection.

0 Kudos
yuzhang3_intel
Moderator
471 Views

It looks like the result is aligned b/w uarch and macc, the bottleneck is the store bound.

uarch:

yuzhang3_intel_0-1736869862923.png

macc:

yuzhang3_intel_1-1736869942216.png

 

0 Kudos
Reply