Added note about make debug to README

This commit is contained in:
empathetic-alligator 2014-12-14 22:16:56 -05:00
parent e2c5b569a9
commit dd65f7faf2
1 changed files with 1 additions and 0 deletions

View File

@ -59,6 +59,7 @@ See notes in the header of our Dockerfile for details on building your own image
If you're developing on this repo, there is a handy Makefile that should set
things up with `make run`.
Additionally, `make debug` runs the server with an http `pprof` server. This allows you to open [http://localhost:6060/debug/pprof/]() and view profiling data. See [net/http/pprof](http://golang.org/pkg/net/http/pprof/) for more information about `pprof`.
## License