Performance AssessmentPerformance of a CPU is measured in units of 'things per second' (/s or s-1or hertz (Hz)). In other words it tells you how much can be done each second - a sort of work rate. That means that bigger is better. The more it can do in a second the faster it will complete a task - and hey, we want a fast machine, n'est-ce pas? For computer, the time for one task is called Response Time or Execution Time Example questions
What is meant by the word 'time'? 'Time' when we are dealing with computers means the total time to complete a task. Time includes:
There are three ways that this total time is refrerred to, but they all mean the same thing - time from start to finish of a program execution:
An alternative is to just consider the time the processor (CPU) is working only on your program (since multiple processes are running at same time). If we are looking at that definition of time then we call it "CPU execution time" or "CPU time" How many cycles are required for a program to run? (CPI) Benchmarks - performance assessment standards. |
|