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

Calculation of branch misprediction

pptwapaopa
Beginner
319 Views
Take branch miss prediction for example,I get one formula from tune
Document.branch miss rate=BR_MISP_ANY/BR_INST_ANY/.is it a correct formula?
And I can found PEBS event such as BR_INST_RETIRED and BR_MISP_RETIRED
How could I use this event to calculate branch miss prediction,What are the differences between PEBS event and
Non-PEBS event? and where could I found detailedInformation about this event
0 Kudos
1 Reply
Roman_Oderov
Beginner
319 Views
There's some information about BR_INSTR_RETIRED. And if you want to understand the PEBS mechanism in more detailes you should read Intel Sowtware Developper's Manual,Vol.3 System Programming Guide, part 18.4.4. Once it helped me and may be it will help you.
0 Kudos
Reply