IPC (instructions per cycle)
RU: IPC (instructions per cycle)
Instructions per cycle: the average number of instructions a CPU core retires in one clock cycle. Higher IPC means a processor does more work per tick — achieved through out-of-order execution, branch prediction, and superscalar dispatch. IPC and clock frequency together determine throughput; memory-bound workloads often achieve IPC well below theoretical maximum.