Skip to content

Commit 9280498

Browse files
committed
Document PYTHON_PERF_JIT_SUPPORT in the manpage
1 parent 4c31a4f commit 9280498

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Misc/python.man

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -600,6 +600,13 @@ the Linux perf profiler so Python calls can be detected by it.
600600
Setting to 0 disables.
601601
.IP
602602
See also the \fB\-X perf\fR option.
603+
.IP PYTHON_PERF_JIT_SUPPORT
604+
If this variable is set to a nonzero value, it enables support for
605+
the Linux perf profiler so Python calls can be detected by it using DWARF
606+
information.
607+
Setting to 0 disables.
608+
.IP
609+
See also the \fB\-X perf_jit\fR option.
603610
.IP PYTHONASYNCIODEBUG
604611
If this environment variable is set to a non-empty string, enable the debug
605612
mode of the asyncio module.

0 commit comments

Comments
 (0)