Size: 606
Comment:
|
Size: 786
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 13: | Line 13: |
}}} | |
Line 15: | Line 14: |
See p26 Computer Architecture by Hennessy and Paterson | CPU clock cycles for a program CPU Exceution Time = ------------------------------ Clock Rate }}} |
Line 17: | Line 19: |
See p58 Compute organization | See also IoTime * See p26 Computer Architecture by Hennessy and Paterson * See p58 Compute organization |
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:
- system time - Time spent doing OS work
- user time - Time spent executing user program
CPU + CPU = ElapsedTime + I/O Time System user CPU clock cycles for a program CPU Exceution Time = ------------------------------ Clock Rate
See also IoTime
- See p26 Computer Architecture by Hennessy and Paterson
- See p58 Compute organization
Back to ComputerTerms