use api to call flamegraph? #537
Closed
zdyj3170101136
started this conversation in
General
Replies: 1 comment
-
Currently there is no such API. You could shell out to memray to run |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
to reduce overhead, i want to dynamic start profile and stop it.
this http request http://:8081/debug/pprof/allocs would start allocation profiling 60 seconds and stop it.
i know how to produce the bin file by using api.
but how could i use the api to convert bin file to flamegraph?
Beta Was this translation helpful? Give feedback.
All reactions