]> Cypherpunks repositories - gostls13.git/commit
prof: install gopprof too
authorRuss Cox <rsc@golang.org>
Fri, 26 Mar 2010 21:20:50 +0000 (14:20 -0700)
committerRuss Cox <rsc@golang.org>
Fri, 26 Mar 2010 21:20:50 +0000 (14:20 -0700)
commitc72fb37425f6ee6297371e0053d6d1f958d49a41
tree2827db497c1c3f801ab74cef64a8d5064e1869d5
parent4e28cfe970dad5b5394340f69f131d0e6d3fd678
prof: install gopprof too

This is a modified version of the open source pprof
from code.google.com/p/google-perftools.
That version is likely to catch up to this one,
but it's still useful to ship our own copy since
we only need the one script from that project,
not all the C++ libraries.

R=r
CC=golang-dev
https://golang.org/cl/783041
src/cmd/prof/Makefile
src/cmd/prof/gopprof [new file with mode: 0755]