Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add NEWS entry
  • Loading branch information
pablogsal committed Dec 12, 2025
commit 238d4d0c4c63bfdfed60d521c256d44f4bbe807b
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Add ``--children`` flag to :mod:`profiling.sampling` CLI to automatically
profile child processes spawned by the target. When enabled, the profiler
monitors for new Python subprocesses and profiles each one separately,
writing results to individual output files. This is useful for profiling
applications that use :mod:`multiprocessing`, :class:`~concurrent.futures.ProcessPoolExecutor`,
or other subprocess-based parallelism. Patch by Pablo Galindo.
Loading