Go Tooling in Action
Video Statistics and Information
Channel: justforfunc: Programming in Go
Views: 103,999
Rating: 4.9809847 out of 5
Keywords: golang, pprof, flame graphs, go-torch, performance
Id: uBjoTxosSys
Channel Id: undefined
Length: 41min 50sec (2510 seconds)
Published: Thu Jun 02 2016
Please note that this website is currently a work in progress! Lots of interesting data and statistics to come.
Itβs unfortunate that francesc doesnβt make videos more often.
Note that you don't need go-torch anymore for flamegraphs. You can directly use pprof for the same. Just run
go tool pprof -http=":8081" [binary] [profile]
Can we get a tldr of tools?
Thank you, very nice!