Host pprof at localhost:8888 in one line
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Sasha Koshka 401cba8360 OOps 3 weeks ago
ez OOps 3 weeks ago
LICENSE Initial commit 3 weeks ago
README.md god dam it 3 weeks ago
go.mod Add files 3 weeks ago

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.