第11章,部分字词修订。

This commit is contained in:
zhliner
2017-08-24 22:31:17 +08:00
parent dd3d261a3e
commit 560d22cccc
6 changed files with 6 additions and 6 deletions

View File

@@ -63,4 +63,4 @@ Showing top 10 nodes out of 166 (cum >= 60ms)
对于一些更微妙的问题你可能需要使用pprof的图形显示功能。这个需要安装GraphViz工具可以从 http://www.graphviz.org 下载。参数`-web`用于生成函数的有向图标注有CPU的使用和最热点的函数等信息。
这一节我们只是简单看了下Go语言的分析工具。如果想了解更多可以阅读Go官方博客的“Proling Go Programs”一文。
这一节我们只是简单看了下Go语言的数据分析工具。如果想了解更多可以阅读Go官方博客的“Profiling Go Programs”一文。