Skip to content

Commit

Permalink
update site at 20240625-074236, machine liaosirui-mbp
Browse files Browse the repository at this point in the history
  • Loading branch information
LiaoSirui committed Jun 24, 2024
1 parent b56bfc3 commit 28b1fbb
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions 计算机操作系统/Linux/进程管理/perf.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
观察系统的 CPU 使用情况:

```bash
perf record -g
```

查看报告

```
perf report
```

0 comments on commit 28b1fbb

Please sign in to comment.