Add usage example (#1759)

This commit is contained in:
Miek Gieben 2018-04-30 20:53:23 +01:00 committed by GitHub
parent a8fce24d46
commit c48531bb35
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -36,6 +36,8 @@ Enable pprof endpoints:
}
~~~
And use the pprof tool to get statistics: `go tool pprof http://localhost:6053`.
Listen on an alternate address:
~~~ txt