Updated How to use debug api (markdown)
@@ -30,7 +30,11 @@ 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
|
||||
````
|
||||

|
||||
|
||||
|
||||
Reference in New Issue
Block a user