dyweb / blog

Dongyue Tech Blog
https://blog.dongyueweb.com
14 stars 7 forks source link

[post] How to use pprof in Go #50

Open at15 opened 4 years ago

at15 commented 4 years ago

Type

Related

Description

Benchmark w/o profiling is not very useful, you need to know where is the bottleneck. There are many pprof posts online. However, every time I need to use pprof I found most top ranked search result are not good enough and outdated.

This post plans to cover the following

Update