Go pprof
Jump to navigation
Jump to search
External
Internal
Reading List
Read these and link those wroth it from External:
- https://go.dev/blog/pprof
- https://pkg.go.dev/net/http/pprof
- https://github.com/google/pprof
- https://dave.cheney.net/high-performance-go-workshop/sydney-2019.html
- https://jvns.ca/blog/2017/09/24/profiling-go-with-pprof/
- Official pprof User Manual: https://github.com/google/pprof/blob/main/doc/README.md
Overview
Go comes with built-in frameworks for testing and profiling.