From 0a4566a11c174597df3755d794673ce75d3b07ec Mon Sep 17 00:00:00 2001 From: Larvan2 <78135608+Larvan2@users.noreply.github.com> Date: Mon, 30 Jan 2023 20:58:20 +0800 Subject: [PATCH] Updated How to use debug api (markdown) --- How-to-use-debug-api.md | 4 ++++ 1 file changed, 4 insertions(+) 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) +