This document discusses various metrics for measuring CPU performance including response time, throughput, and CPU time. It provides examples of calculating CPU time based on clock cycles for different instruction types, clock rate, and total instructions executed. CPU time can be expressed as either the product of clock cycles per instruction (CPI), total instructions, and clock rate, or total clock cycles divided by clock rate. Improving CPU performance involves decreasing CPI, instruction count, or increasing clock rate. Two examples are provided to demonstrate calculating CPI and CPU time for sample programs and processor configurations.