]> Cypherpunks repositories - gostls13.git/commit
pprof: add Profile type
authorRuss Cox <rsc@golang.org>
Thu, 23 Feb 2012 02:46:12 +0000 (21:46 -0500)
committerRuss Cox <rsc@golang.org>
Thu, 23 Feb 2012 02:46:12 +0000 (21:46 -0500)
commitebae73bb24c7d4473055353ece1a82b0370f069f
tree770aab09607cfe96477e4fa29eb9914c1063b248
parente4b02bfdc09ce9e1307250382f3b985f35ca9723
pprof: add Profile type

Makes it possible for client code to maintain its own profiles,
and also reduces the API surface by giving us a type that
models built-in profiles.

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/5684056
src/pkg/net/http/pprof/pprof.go
src/pkg/runtime/pprof/pprof.go
src/pkg/text/tabwriter/tabwriter_test.go