Descriptionpprof: make it work on windows again
- pprof is a perl script, so go command should invoke
perl instead of trying to run pprof directly;
- pprof should use "go tool nm" unconditionally on windows,
no one else can extract symbols from Go program;
- pprof should use "go tool nm" instead of "6nm".
Fixes issue 3879.
Patch Set 1 #Patch Set 2 : diff -r a718fd96683c https://go.googlecode.com/hg/ #Patch Set 3 : diff -r a718fd96683c https://go.googlecode.com/hg/ #Patch Set 4 : diff -r 365d02e0927c https://go.googlecode.com/hg/ #
MessagesTotal messages: 3
|