プログラムで pprof を使用しようとしていますが、読んだ記事 (以下のリンク) とは少し異なる結果が得られます。私の結果では、次のようなテーブルを取得しています。
(pprof) top10
1.65s of 1.72s total (95.93%)
Showing top 10 nodes out of 114 (cum >= 0.01s)
flat flat% sum% cum cum%
1.19s 69.19% 69.19% 1.20s 69.77% syscall.Syscall
0.16s 9.30% 78.49% 0.16s 9.30% runtime._ExternalCode
この列は何ですか: flat flat% sum% cum cum%
?
私が読んでいた記事: https://software.intel.com/en-us/blogs/2014/05/10/debugging-performance-issues-in-go-programs http://blog.golang.org/profiling-ゴープログラム