Skip to content

Commit

Permalink
[CODH-RV] Update chapter1
Browse files Browse the repository at this point in the history
  • Loading branch information
zhoujingya committed Sep 19, 2024
1 parent f7924a9 commit 369040e
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
## 性能的定义

* 响应时间: 也叫执行时间,是计算机完成某任务所需的总时间,包括硬盘访问,内存访问,I/O活动,操作系统开销和CPU执行时间

* 吞吐率: 也叫做带宽(band-width), 性能的另一种度量参数,表示单位时间内完成的任务数量

### case/switch

![alt text](image.png)

### 指令中转
![alt text](image-1.png)

### 寻址模式

![alt text](image-2.png)
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 369040e

Please sign in to comment.