DataDog / go-profiler-notesLinks
felixge's notes on the various go profiling methods that are available.
☆3,657Updated 6 months ago
Alternatives and similar repositories for go-profiler-notes
Users that are interested in go-profiler-notes are comparing it to the libraries listed below
Sorting:
- Goroutine leak detector☆4,982Updated 11 months ago
- 🚀 fgprof is a sampling Go profiler that allows you to analyze On-CPU as well as Off-CPU (e.g. I/O) time together.☆3,043Updated 5 months ago
- Automatically set GOMAXPROCS to match Linux container CPU quota.☆4,771Updated last year
- A hands-on approach to getting started with Go generics.☆1,859Updated 3 years ago
- Visualise Go runtime metrics in real time☆3,569Updated last week
- 🦩 Tools for Go projects☆4,417Updated 3 months ago
- Practical concurrency guide in Go, communication by channels, patterns☆2,805Updated 2 years ago
- Static analysis tool to detect potential nil panics in Go code