A couple more links to profiling page

This commit is contained in:
Matthew Holt 2023-11-06 14:46:32 -07:00
parent 93cca3f370
commit d0b160b182
No known key found for this signature in database
GPG key ID: 2A349DD577D586A5

View file

@ -448,3 +448,5 @@ To really put the "pro" in "profiling", consider these resources:
- [pprof Documentation](https://github.com/google/pprof/blob/main/doc/README.md)
- [A real-world use of profiles with Caddy](https://github.com/caddyserver/caddy/pull/4978)
- [Performance on the Go wiki](https://github.com/golang/go/wiki/Performance)
- [The `net/http/pprof` package](https://pkg.go.dev/net/http/pprof)