]> Cypherpunks repositories - gostls13.git/commit
cmd/pprof: use correct default handler for Go programs
authorRuss Cox <rsc@golang.org>
Thu, 3 Nov 2016 13:13:16 +0000 (09:13 -0400)
committerRuss Cox <rsc@golang.org>
Thu, 3 Nov 2016 14:27:11 +0000 (14:27 +0000)
commit89ccd5795c5e41ef478eab3d4a292a836a7fe3ad
tree4a50bfe4c09b5bfd942176666ef998e810c8a860
parent8eb9fdaa0123fc98cb70f58801eb74c8a6f92817
cmd/pprof: use correct default handler for Go programs

The original go tool pprof (written in Perl) got this right.
The Go rewrite never has, but should.

Change-Id: Ie1fc571214c61b1b5654a0bc90e15eb889adf059
Reviewed-on: https://go-review.googlesource.com/32617
Run-TryBot: Russ Cox <rsc@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/cmd/pprof/internal/driver/driver.go