pprof file can be used without the binary
go tool pprof <pprof_file>You can also show it in web broswer
go tool pprof -http=:8080 your_profile.pb.gzAnd in go tool pprof <pprof_file>
pprof file can be used without the binary
go tool pprof <pprof_file>You can also show it in web broswer
go tool pprof -http=:8080 your_profile.pb.gzAnd in go tool pprof <pprof_file>