Analyzers
Talk to fellow users of Intel Analyzer tools (Intel VTune™ Profiler, Intel Advisor)
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
5255 Discussions

Calculation of branch misprediction

pptwapaopa
Beginner
748 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
748 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