Skip to content

Commit 21d6637

Browse files
committed
fix typo
Signed-off-by: cui fliter <[email protected]>
1 parent 888757e commit 21d6637

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1、最常用的调试golang的bug以及性能问题的实践方法?.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ gc 17 @0.149s 1%: 0.004+36+0.003 ms clock, 0.009+0/0.051/36+0.006 ms cpu, 181->1
199199
* `0.009+0/0.051/36+0.006 ms cpu`: 垃圾回收占用cpu时间
200200
* `181->181->101 MB`: GC开始前堆内存181M, GC结束后堆内存181M,当前活跃的堆内存101M
201201
* `182 MB goal`: 全局堆内存大小
202-
* `2 P`: 本次GC使用了2个P(调度器中的Processer)
202+
* `2 P`: 本次GC使用了2个P(调度器中的Processor)
203203

204204
---
205205

0 commit comments

Comments
 (0)