diff --git a/How-to-use-debug-api.md b/How-to-use-debug-api.md
index fe58811..fc2e7fc 100644
--- a/How-to-use-debug-api.md
+++ b/How-to-use-debug-api.md
@@ -30,10 +30,13 @@ Heap details:
```
go tool pprof -http=:8080 http://127.0.0.1:xxxx/debug/pprof/heap
````
-
+[Full image](https://raw.githubusercontent.com/MetaCubeX/Clash.Meta/Alpha/docs/heap.svg)
+
Allocs details
````
go tool pprof -http=:8080 http://127.0.0.1:xxxx/debug/pprof/allocs
````
-
+[Full image](https://raw.githubusercontent.com/MetaCubeX/Clash.Meta/Alpha/docs/allocs.svg)
+
+