]> Cypherpunks repositories - gostls13.git/commit
cmd/trace: document the final step to use pprof-like profiles
authorJaana Burcu Dogan <jbd@google.com>
Sat, 11 Feb 2017 01:23:55 +0000 (17:23 -0800)
committerJaana Burcu Dogan <jbd@google.com>
Mon, 13 Feb 2017 18:22:00 +0000 (18:22 +0000)
commit76b4b8c72dc319454ff3ecb83bf49831e4e528c3
tree4e68c1a6e2f18373d2b8977985ab934575a4606c
parentc5fed5bb246b794993cc32bfc22a1a202e385bc5
cmd/trace: document the final step to use pprof-like profiles

The tutorial ends without mentioning how to use the generated
pprof-like profile with the pprof tool. This may be very trivial
for users who are already very familiar with the Go tools, but
for the newcomers, it saves a lot of time to finalize the tutorial
with an example of `go tool pprof` invocation.

Change-Id: Idf034eb4bfb9672ef10190e66fcbf873e8f08f6a
Reviewed-on: https://go-review.googlesource.com/36803
Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com>
src/cmd/trace/doc.go [new file with mode: 0644]
src/cmd/trace/main.go