Skip to content

Commit 238d4d0

Browse files
committed
Add NEWS entry
1 parent e6ca9f9 commit 238d4d0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)