Host pprof at localhost:8888 in one line
Go to file
Sasha Koshka 401cba8360 OOps 2023-03-08 23:45:48 -05:00
ez OOps 2023-03-08 23:45:48 -05:00
LICENSE Initial commit 2023-03-09 01:11:44 +00:00
README.md god dam it 2023-03-08 20:30:13 -05:00
go.mod Add files 2023-03-08 20:16:09 -05:00

README.md

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.