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
It appears (at least on Mac, perhaps this is a bug?) that samply waits for the recorded program to complete before writing out the profile.json or opening the profile page, even if --duration is specified. This is especially annoying when wanting to use the profiler to debug programs that are non-responsive.
Please write out the profile.json data and open the profiler interface immediately when the recorded duration has expired and/or provide an option to kill the child process when the duration has expired.
The text was updated successfully, but these errors were encountered:
It appears (at least on Mac, perhaps this is a bug?) that
samply
waits for the recorded program to complete before writing out theprofile.json
or opening the profile page, even if--duration
is specified. This is especially annoying when wanting to use the profiler to debug programs that are non-responsive.Please write out the
profile.json
data and open the profiler interface immediately when the recorded duration has expired and/or provide an option to kill the child process when the duration has expired.The text was updated successfully, but these errors were encountered: