- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
Could someone please shed some light on what good ball park figures are for the front and back end bound metrics obtained via VTune, below are the formulae I've managed to obtain for the CPU KPI, if I have interpretted these correctly, Back end bound should be as close to zero as possible as should front end bound, however, what are practical values for these figures - good rough ball parks, also is my interpretation of these correct.
Front end bound ( smaller is better ? ) = IDQ_NOT_DELIVERED.CORE / (4 * Clock ticks)
Bad speculation = (UOPS_ISSUED.ANY – UOPS.RETIRED.RETIRED_SLOTS + 4 * INT_MISC.RECOVERY_CYCLES) / (4 * Clock ticks)
Retiring = UOPS_RETIRE_SLOTS / (4 * Clock ticks)
Back end bound ( ideally, should = 1 - Retiring) = 1 – (Front end bound + Bad speculation + Retiring)
링크가 복사됨
0 응답
