mirror of
https://github.com/python/cpython.git
synced 2025-11-25 04:34:37 +00:00
gh-118518: Rename PYTHONPERFJITSUPPORT and -X perfjit with underscores (#118693)
This commit is contained in:
parent
48e52fe2c9
commit
04859228aa
8 changed files with 20 additions and 20 deletions
|
|
@ -1250,10 +1250,10 @@ PyConfig
|
|||
If non-zero, initialize the perf trampoline. See :ref:`perf_profiling`
|
||||
for more information.
|
||||
|
||||
Set by :option:`-X perf <-X>` command line option and by the
|
||||
:envvar:`PYTHONPERFSUPPORT` environment variable for perf support
|
||||
with stack pointers and :option:`-X perfjit <-X>` command line option
|
||||
and by the :envvar:`PYTHONPERFJITSUPPORT` environment variable for perf
|
||||
Set by :option:`-X perf <-X>` command-line option and by the
|
||||
:envvar:`PYTHON_PERF_JIT_SUPPORT` environment variable for perf support
|
||||
with stack pointers and :option:`-X perf_jit <-X>` command-line option
|
||||
and by the :envvar:`PYTHON_PERF_JIT_SUPPORT` environment variable for perf
|
||||
support with DWARF JIT information.
|
||||
|
||||
Default: ``-1``.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue