Alex Brainman 58064a7cab pprof: 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 #3879.

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/6445082
2012-08-18 17:03:32 +10:00
..
2012-02-28 07:41:49 +11:00
2012-03-27 11:16:29 +11:00
2011-11-14 11:16:06 -08:00
2012-03-05 15:50:48 -08:00
2012-03-03 00:12:40 +01:00
2012-08-18 17:03:32 +10:00