Skip to content
Draft
Changes from all commits
Commits
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
4 changes: 2 additions & 2 deletions layouts/shortcodes/mdoc/en/profiler/enabling/python.mdoc.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,10 @@ To begin profiling applications:

5. After a couple of minutes, your profiles appear on the [Datadog APM > Profiler page][8]. If they do not, see the [Troubleshooting][9] guide.

### Caveats
### Profiling across forks

When your process forks using `os.fork`, the profiler is automatically restarted
in the child process on supported Python versions. No manual restart is required.
in the child process. No manual restart is required.

## Configuration

Expand Down
Loading