]> Cypherpunks repositories - gostls13.git/commit
runtime/pprof/internal/profile: move internal/pprof/profile here
authorRuss Cox <rsc@golang.org>
Fri, 17 Feb 2017 05:17:26 +0000 (00:17 -0500)
committerRuss Cox <rsc@golang.org>
Fri, 24 Feb 2017 20:45:21 +0000 (20:45 +0000)
commit0b8c983ece56b63c433a65fd3de6a411cb2aac87
tree046c74afa7c9bce69a4566e9dc02e04f5fe17534
parentcbab65fdfa1cf74f65a480de0447388286169f26
runtime/pprof/internal/profile: move internal/pprof/profile here

Nothing needs internal/pprof anymore except the runtime/pprof tests.
Move the package here to prevent new dependencies.

Change-Id: Ia119af91cc2b980e0fa03a15f46f69d7f71d2926
Reviewed-on: https://go-review.googlesource.com/37165
Run-TryBot: Russ Cox <rsc@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Michael Matloob <matloob@golang.org>
14 files changed:
src/cmd/trace/pprof.go
src/go/build/deps_test.go
src/runtime/pprof/internal/profile/encode.go [moved from src/internal/pprof/profile/encode.go with 100% similarity]
src/runtime/pprof/internal/profile/filter.go [moved from src/internal/pprof/profile/filter.go with 100% similarity]
src/runtime/pprof/internal/profile/legacy_profile.go [moved from src/internal/pprof/profile/legacy_profile.go with 100% similarity]
src/runtime/pprof/internal/profile/profile.go [moved from src/internal/pprof/profile/profile.go with 99% similarity]
src/runtime/pprof/internal/profile/profile_test.go [moved from src/internal/pprof/profile/profile_test.go with 100% similarity]
src/runtime/pprof/internal/profile/proto.go [moved from src/internal/pprof/profile/proto.go with 100% similarity]
src/runtime/pprof/internal/profile/proto_test.go [moved from src/internal/pprof/profile/proto_test.go with 100% similarity]
src/runtime/pprof/internal/profile/prune.go [moved from src/internal/pprof/profile/prune.go with 100% similarity]
src/runtime/pprof/pprof_test.go
src/runtime/pprof/proto_test.go
src/runtime/pprof/protomem_test.go
test/locklinear.go