]> Cypherpunks repositories - gostls13.git/commit
misc/pprof: pprof http used with net/http/pprof not working on windows/amd64
authorShivakumar GN <shivakumar.gn@gmail.com>
Tue, 27 Aug 2013 17:35:06 +0000 (10:35 -0700)
committerBrad Fitzpatrick <bradfitz@golang.org>
Tue, 27 Aug 2013 17:35:06 +0000 (10:35 -0700)
commitdaed1fee8b8fb7e899fa137e5df62df01bd1c18d
tree3d1218af2344d13a6d3e1ad0422ecc230f2a3da1
parent8b047893a08f316a5f5179e2d71b45a068c9108a
misc/pprof: pprof http used with net/http/pprof not working on windows/amd64

Removed posix assumptions in temporary file generation
Removed curl dependence
Changed opening of svg file

These must now work including symbol resolution.
[1] go tool pprof <prog_name> http://.../debug/pprof/profile
[2] go tool pprof http://.../debug/pprof/profile

Fixes 6177.

R=golang-dev, alex.brainman, bradfitz, kamil.kisiel
CC=golang-dev
https://golang.org/cl/13085043
misc/pprof