Updated How to use debug api (markdown)

Larvan2 2023-01-30 21:22:49 +08:00
parent 0a4566a11c
commit 9e26c7f07f

@ -30,11 +30,10 @@ 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)
<img src="https://raw.githubusercontent.com/MetaCubeX/Clash.Meta/Alpha/docs/heap.svg?sanitize=true">
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)
<img src="https://raw.githubusercontent.com/MetaCubeX/Clash.Meta/Alpha/docs/allocs.svg?sanitize=true">