From 9e26c7f07f65afcce469bbc0e09e7a289eec9305 Mon Sep 17 00:00:00 2001
From: Larvan2 <78135608+Larvan2@users.noreply.github.com>
Date: Mon, 30 Jan 2023 21:22:49 +0800
Subject: [PATCH] Updated How to use debug api (markdown)
---
How-to-use-debug-api.md | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
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
````
-
+
Allocs details
````
go tool pprof -http=:8080 http://127.0.0.1:xxxx/debug/pprof/allocs
````
-
-
+