Event Ratios TopicCycles per Retired Instruction

Clockticks / Instructions Retired

This ratio is also called Cycles per Instructions (CPI).

When you want to determine where to focus your performance tuning effort, the CPI is the first ratio to check. A good CPI rate indicates that the code is executing optimally.

As a general guide these numbers have been derived from experienced performance engineers:

Good

Poor

0.75

4

A poor CPI ratio indicates one of the following: