Profiling¶
Articles¶
- Go: The Complete Guide to Profiling Your Code
- pprof
- Profiling Go programs with pprof
- Getting started with Go CPU and memory profiling
- Profiling your Golang app in 3 steps
- How I investigated memory leaks in Go using pprof on a large codebase
- Profiling Go HTTP service with pprof and expvar
- Profiling Go Applications in the Right Way with Examples