Host pprof at localhost:8888 in one line
Go to file
Sasha Koshka 685dc3ec6c Initial commit *2 2023-03-08 20:17:47 -05:00
hook Initial commit *2 2023-03-08 20:17:47 -05:00
LICENSE Initial commit 2023-03-09 01:11:44 +00:00
README.md Initial commit *2 2023-03-08 20:17:47 -05:00
go.mod Add files 2023-03-08 20:16:09 -05:00

README.md

ezprof

Host pprof at localhost:8888 in one line. In any Go file, put:

import _ "git.tebibyte.media/sashakoshka/ezprof/hook"

And you will be able to connect to your program with the pprof tool.