增加图注释
This commit is contained in:
6
14.6.md
6
14.6.md
@@ -55,10 +55,14 @@ Go语言有一个非常棒的设计就是标准库里面带有代码的性能监
|
||||
然后你就可以在浏览器中打开如下URL就看到如下界面:
|
||||

|
||||
|
||||
图14.7 系统当前goroutine、heap、thread信息
|
||||
|
||||
点击goroutine我们可以看到很多详细的信息:
|
||||
|
||||

|
||||
|
||||
图14.8 显示当前goroutine的详细信息
|
||||
|
||||
我们还可以通过命令行获取更多详细的信息
|
||||
|
||||
go tool pprof http://localhost:8080/debug/pprof/profile
|
||||
@@ -93,6 +97,8 @@ Go语言有一个非常棒的设计就是标准库里面带有代码的性能监
|
||||
|
||||

|
||||
|
||||
图14.9 展示的执行流程信息
|
||||
|
||||
## links
|
||||
* [目录](<preface.md>)
|
||||
* 上一节: [多语言支持](<14.5.md>)
|
||||
|
||||
Reference in New Issue
Block a user