We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6ca9f9 commit 238d4d0Copy full SHA for 238d4d0
1 file changed
Misc/NEWS.d/next/Library/2025-12-12-15-14-03.gh-issue-138122.m3EF9E.rst
@@ -0,0 +1,6 @@
1
+Add ``--children`` flag to :mod:`profiling.sampling` CLI to automatically
2
+profile child processes spawned by the target. When enabled, the profiler
3
+monitors for new Python subprocesses and profiles each one separately,
4
+writing results to individual output files. This is useful for profiling
5
+applications that use :mod:`multiprocessing`, :class:`~concurrent.futures.ProcessPoolExecutor`,
6
+or other subprocess-based parallelism. Patch by Pablo Galindo.
0 commit comments