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