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

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