Golang profiling links
2016-07-15Some useful articles & videos about profiling & benchmarking Go programs:
- Go Benchmarks - How to write and use benchmarks
- Introducing profile, super simple profiling for Go programs - A simple way to profile an existing Go program.
- Performance and memory analysis of Golang programs - Performance metrics analysis.
- Профилирование в Go (гостевой пост Владимира Солонина) - Доступно о профилировании на русском.
- Видео докладов с Весеннего Go митапа - Особо интересен доклад Марко Кеваца о профилировании (на русском).