Sasha Koshka 401cba8360 OOps
2023-03-08 23:45:48 -05:00
2023-03-08 23:45:48 -05:00
2023-03-08 20:16:09 -05:00
2023-03-09 01:11:44 +00:00
2023-03-08 20:30:13 -05:00

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
Host pprof at localhost:8888 in one line
Readme 33 KiB
Languages
Go 100%