You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I recently was in a situation where I wanted to use dhat to grab the json blob from a process while it was running without stopping it or having it drop the profiler. It would be nice if I could use a method on the profiler to dump the json to a string on demand, as I could then use a signal handler or IPC call to dump the json output.
The text was updated successfully, but these errors were encountered:
I recently was in a situation where I wanted to use dhat to grab the json blob from a process while it was running without stopping it or having it drop the profiler. It would be nice if I could use a method on the profiler to dump the json to a string on demand, as I could then use a signal handler or IPC call to dump the json output.
The text was updated successfully, but these errors were encountered: