From 67d18f9b6b5470f355b78ca3903cc6634f6c5381 Mon Sep 17 00:00:00 2001
From: Larvan2 <78135608+Larvan2@users.noreply.github.com>
Date: Mon, 30 Jan 2023 21:25:19 +0800
Subject: [PATCH] Updated How to use debug api (markdown)
---
How-to-use-debug-api.md | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
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)
+
+