Updated How to use debug api (markdown)

Larvan2 2023-01-30 20:58:20 +08:00
parent e6d52a45bd
commit 0a4566a11c

@ -30,7 +30,11 @@ Heap details:
```
go tool pprof -http=:8080 http://127.0.0.1:xxxx/debug/pprof/heap
````
![image](https://github.com/MetaCubeX/Clash.Meta/raw/Alpha/docs/heap.jpg)
Allocs details
````
go tool pprof -http=:8080 http://127.0.0.1:xxxx/debug/pprof/allocs
````
![image](https://github.com/MetaCubeX/Clash.Meta/raw/Alpha/docs/allocs.jpg)