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 have an issue when I want to profile memory consumption over programs based on multiprocessing.
Describe the solution you'd like
I would love if the plugin could accept a "--follow-fork" argument like "memray run"
Alternatives you considered
Using "with memray.Tracker(file_name=..., follow_fork=True)" in the instrumented app, but that kind of defeat the purpose of using a general purpose pytest plugin...
The text was updated successfully, but these errors were encountered:
Is there an existing proposal for this?
Is your feature request related to a problem?
I have an issue when I want to profile memory consumption over programs based on multiprocessing.
Describe the solution you'd like
I would love if the plugin could accept a "--follow-fork" argument like "memray run"
Alternatives you considered
Using "with memray.Tracker(file_name=..., follow_fork=True)" in the instrumented app, but that kind of defeat the purpose of using a general purpose pytest plugin...
The text was updated successfully, but these errors were encountered: