pkg/profile

profile a project with multiple files in go

chakpongchung opened this issue · 1 comments

https://github.com/bluesea147/6.824

I tried using the package to profile this project. It cannot build the binary needed for the pprof.

Is it one of the designed use cases of this package?

One of the ways to run this project is to :
export GOPATH=/home/XXX/6.824
go get github.com/pkg/profile
go test -run Sequential