profile a project with multiple files in go
chakpongchung opened this issue · 1 comments
chakpongchung commented
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
davecheney commented
go test directly supports generating profiles, you don't need this package.
…On Thu, Dec 8, 2016 at 6:22 AM, Chak-Pong Chung ***@***.***> wrote:
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
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#32>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAAcA6PoJJStZ3hE6THxy58IUVwpDRUTks5rFyOugaJpZM4LHIB1>
.