Golang profiling simplified

post, Mar 7, 2017 on Mitja Felicijan's blog

Many posts have been written regarding profiling in Golang and I haven’t found @@ -82,21 +82,18 @@ folder as our program.

Memory profiling

go build cpu.go
 ./cpu
 go tool pprof -pdf ./cpu cpu.pprof > cpu.pdf
-

This will generate PDF document with visualized profile.