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 4c31a4f commit 9280498Copy full SHA for 9280498
Misc/python.man
@@ -600,6 +600,13 @@ the Linux perf profiler so Python calls can be detected by it.
600
Setting to 0 disables.
601
.IP
602
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.
610
.IP PYTHONASYNCIODEBUG
611
If this environment variable is set to a non-empty string, enable the debug
612
mode of the asyncio module.
0 commit comments