diff options
| author | Michael Pratt <mpratt@google.com> | 2023-05-11 14:27:25 -0400 |
|---|---|---|
| committer | Gopher Robot <gobot@golang.org> | 2023-05-11 20:54:03 +0000 |
| commit | d740b365b7c1ecefb91b2e2fed5719c8ec49d155 (patch) | |
| tree | 81fc74a9d778dba7942f531f69a50d8db9719344 /src/runtime/debugcall.go | |
| parent | c2becd70c5dad379def219e60452072ab6e72617 (diff) | |
| download | go-d740b365b7c1ecefb91b2e2fed5719c8ec49d155.tar.xz | |
cmd/compile/internal/pgo: move pprof graph to internal package
graph.go is a simplified fork of github.com/google/pprof/internal/graph,
which is used as an intermediate data structure to construct the final
graph exported by package pgo (IRGraph).
Exporting both is a bit confusing as the former is unused outside of the
package. Since the naming is also similar, move graph.go to its own
package entirely.
Change-Id: I2bccb3ddb6c3f63afb869ea9cf34d2a261cad058
Reviewed-on: https://go-review.googlesource.com/c/go/+/494437
Reviewed-by: Cherry Mui <cherryyz@google.com>
Run-TryBot: Michael Pratt <mpratt@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Auto-Submit: Michael Pratt <mpratt@google.com>
Diffstat (limited to 'src/runtime/debugcall.go')
0 files changed, 0 insertions, 0 deletions
