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.
![]() |
3 weeks ago | |
---|---|---|
ez | 3 weeks ago | |
LICENSE | 3 weeks ago | |
README.md | 3 weeks ago | |
go.mod | 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.