]> Cypherpunks repositories - gostls13.git/commit
runtime/pprof: merge internal/protopprof into pprof package
authorRuss Cox <rsc@golang.org>
Thu, 9 Feb 2017 21:01:11 +0000 (16:01 -0500)
committerRuss Cox <rsc@golang.org>
Fri, 10 Feb 2017 13:09:19 +0000 (13:09 +0000)
commit9a7544395ae5075cca2f3f5485f3503f891b5e97
treebf1e54cd66effed698187f4718043fde1cff0098
parent3a20928157356f98db74db859b36d744400fc462
runtime/pprof: merge internal/protopprof into pprof package

These are very tightly coupled, and internal/protopprof is small.
There's no point to having a separate package.

Change-Id: I2c8aa49c9e18a7128657bf2b05323860151b5606
Reviewed-on: https://go-review.googlesource.com/36711
Run-TryBot: Russ Cox <rsc@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/runtime/pprof/pprof.go
src/runtime/pprof/proto.go [moved from src/runtime/pprof/internal/protopprof/protopprof.go with 93% similarity]
src/runtime/pprof/proto_test.go [moved from src/runtime/pprof/internal/protopprof/protopprof_test.go with 97% similarity]
src/runtime/pprof/protomem.go [moved from src/runtime/pprof/internal/protopprof/protomemprofile.go with 94% similarity]
src/runtime/pprof/protomem_test.go [moved from src/runtime/pprof/internal/protopprof/protomemprofile_test.go with 98% similarity]