mirror of
https://github.com/python/cpython.git
synced 2026-03-03 19:40:51 +00:00
[3.12] Fix env var typo in perf profiling docs (GH-110404) (#110414)
Fix env var typo in perf profiling docs (GH-110404)
Fix typo in docs
(cherry picked from commit a13620685f)
Co-authored-by: Harmen Stoppels <harmenstoppels@gmail.com>
This commit is contained in:
parent
4a87f92724
commit
5635913125
1 changed files with 1 additions and 2 deletions
|
|
@ -162,8 +162,7 @@ the :option:`!-X` option takes precedence over the environment variable.
|
|||
|
||||
Example, using the environment variable::
|
||||
|
||||
$ PYTHONPERFSUPPORT=1
|
||||
$ python script.py
|
||||
$ PYTHONPERFSUPPORT=1 python script.py
|
||||
$ perf report -g -i perf.data
|
||||
|
||||
Example, using the :option:`!-X` option::
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue