f7ee80c8f908a675f1dadf89e809e9908d6f29a1
ezprof
Host pprof at localhost:8888. In any Go file, put:
import "git.tebibyte.media/sashakoshka/ezprof/ez"
func main () {
...
ez.Prof()
...
}
And you will be able to connect to your program with the pprof tool.
Description
Languages
Go
100%