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 love your tool - I often use it to profile my python programs using the record feature, specifying a profiling output file with -o. When I run in this mode, it would be really nice if it didn't capture the output of my program, since sometimes the output is something I need to be watching for diagnostic purposes, or it's being piped into another program. Can you add an option to preserve the output of the program being profiled?
The text was updated successfully, but these errors were encountered:
Thanks for the suggestion! I've added the option for the 'record' mode here #222 to display stderr/stdout - and I've made it the default. You can get the old behaviour by passing a ``--capture``` flag to py-spy.
Hey there!
I love your tool - I often use it to profile my python programs using the
record
feature, specifying a profiling output file with-o
. When I run in this mode, it would be really nice if it didn't capture the output of my program, since sometimes the output is something I need to be watching for diagnostic purposes, or it's being piped into another program. Can you add an option to preserve the output of the program being profiled?The text was updated successfully, but these errors were encountered: