Back to ComputerTerms

CPU time reconginzes the distinctuion between WallClockTime and the time the CPU is actually doing calculations. CPU time is computing, not including the time waiting for I/O or other running programs. We kjnow that ResponseTime <> CpuTime!

CPU time can be further divided into:

latex2(CPUSystem+CPUUser=ElapsedTime+I/O Time)

latex2(CPU Execution Time=CPU clock cycles for a programClock Rate)

See also IoTime

Back to ComputerTerms