计算机组成学习笔记1.1

  • Elapsed time
    总的反应时间
  • CPU time
    CPU时间=CPU Clock Cycles (CPU时钟周期=数CPU时钟循环次数)*Clock Cycle Time(时钟周期)
    =CPU Clock Cycles (CPU时钟周期数)/Clock Rate(时钟频率)
  • Instruction Count 指令数
  • Average cycles per instruction (CPI)每条计算机指令执行所需的平均周期数
    Clock Cycles =Instruction Count *Cycles per Instruction(每个指令周期数)
    CPU Time =Instruction Count *CPI* Clock Cycle Time
        =Instruction Count *CPI / Clock Rate


  • CPU time= (Instructions / program) *(Clock cycles/Instruction)*(Seconds / Clock cycle)

  • Performance depends on
     Algorithm: affects IC, possibly CPI
     Programming language: affects IC, CPI
     Compiler: affects IC, CPI
     Instruction set architecture: affects IC, CPI, Tc

  • Dynamic Power =Capacitive load * Voltage2 * Frequency
    *30 5V->1V*1000

  • MIPS (million instructions per second)每秒执行万次指令
    MIPS=Instruction count / (Execution time *10^6)
    =Instruction count / ( ( Instruction count *CPI/Clock rate ) * 10^6  )
       =Clock Rate / (CPI *10^6 )

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值