mirror of https://github.com/python/cpython
parent
a973bf0f97
commit
a13620685f
|
@ -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…
Reference in New Issue