This commit is contained in:
Jonathan Lange
2016-07-14 15:26:34 +01:00
parent 7894442ee7
commit 0edd2e7bf9

View File

@@ -76,7 +76,7 @@ To collect a blocking profile of the Scope App, make sure you have launched
Scope with `--app.block.profile.rate=N` (where `N` is the number of
nanoseconds between samples) and then:
go tool pprof http://localhost:4040/debug/pprof/
go tool pprof http://localhost:4040/debug/pprof/block
If you don't have `go` installed, you can use a Docker container instead: