Replies: 1 comment
-
No, unfortunately we can only track direct forks of the application itself. Check https://bloomberg.github.io/memray/run.html#tracking-across-forks for more information. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to profile an application that uses a ProcessPoolExecutor set to "forkserver" mode. I am making sure to pass --follow-fork to memray, however, I only get a single .bin file, and no information whatsoever for the processes in the pool. Here's a simplified example of the code:
Should this be expected to work?
Beta Was this translation helpful? Give feedback.
All reactions