Analyzers
Community support for Analyzers (Intel VTune™ Profiler, Intel Advisor, Intel Inspector)
Announcements
The Intel sign-in experience has changed to support enhanced security controls. If you sign in, click here for more information.
4819 Discussions

What does "non standard" event mean in VTune?

mfcking
Beginner
263 Views
Hi,
I find some event which is called non-standard event in the VTune, e.g. "Stall for Store Resource Buffer" event. What does "non standard" here mean? What are standard events? What is the difference between them?
Thanks,
L.Y.
0 Kudos
1 Reply
TimP
Black Belt
263 Views
That's an interesting question. From experience with the SBA stall cycle event selection, it exaggerates the reported stalls (maybe multiple counting), so it's more of a qualitative than a quantitative analysis. It's difficult to draw automated tuning suggestions from it. A high SBA stall rate could simply mean that you are writing out data as fast as the memory system will go (possibly limited by speed of resolution of Read For Ownership requests), or it could indicate that you are thrashing Write Combine buffers.
Reply