In practice a computer spends a fraction of the time performing internal operations as well as memory accesses. Consequently, the effective speedup ratio is reduced, because cache memory has no effect on internal operations. The average time required to execute an instruction can be written
Finternal = fraction of time spent doing internal operations ( 0 to 1)
Fmemory = fraction of time spent doing memory accesses ( 0 to 1)
tcyc = clock cycle time
tc= cache access time expressed in clock cycles
td= delay penalty paid when not accessing cache memory expressed in clock cycles
Computer Science & Information Technology
You might also like to view...
When worksheets are grouped all structural changes will be copied across worksheets
Indicate whether the statement is true or false
Computer Science & Information Technology
Which symbol indicates that all columns should be retrieved?
a. ? b. * c. + d. /
Computer Science & Information Technology