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.gz

And in go tool pprof <pprof_file>