diff --git a/How-to-use-debug-api.md b/How-to-use-debug-api.md index f458931..2a9d7f3 100644 --- a/How-to-use-debug-api.md +++ b/How-to-use-debug-api.md @@ -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) +