ezprof/README.md

10 lines
208 B
Markdown
Raw Normal View History

2023-03-09 01:12:04 +00:00
# ezprof
Host pprof at localhost:8888 in one line. In any Go file, put:
```go
import _ "git.tebibyte.media/sashakoshka/ezprof/hook"
```
And you will be able to connect to your program with the pprof tool.