4
4
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
5
#
6
6
# Translators:
7
- # Freesand Leo <yuqinju@163.com>, 2024
7
+ # Freesand Leo <yuqinju@163.com>, 2025
8
8
#
9
9
#, fuzzy
10
10
msgid ""
@@ -13,7 +13,7 @@ msgstr ""
13
13
"Report-Msgid-Bugs-To : \n "
14
14
"POT-Creation-Date : 2025-03-28 14:18+0000\n "
15
15
"PO-Revision-Date : 2023-05-24 13:07+0000\n "
16
- "Last-Translator : Freesand Leo <yuqinju@163.com>, 2024 \n "
16
+ "Last-Translator : Freesand Leo <yuqinju@163.com>, 2025 \n "
17
17
"Language-Team : Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n "
18
18
"MIME-Version : 1.0\n "
19
19
"Content-Type : text/plain; charset=UTF-8\n "
@@ -330,6 +330,8 @@ msgid ""
330
330
"$ PYTHONPERFSUPPORT=1 perf record -F 9999 -g -o perf.data python my_script.py\n"
331
331
"$ perf report -g -i perf.data"
332
332
msgstr ""
333
+ "$ PYTHONPERFSUPPORT=1 perf record -F 9999 -g -o perf.data python my_script.py\n"
334
+ "$ perf report -g -i perf.data"
333
335
334
8000
336
#: ../../howto/perf_profiling.rst:168
335
337
msgid "Example, using the :option:`!-X` option::"
@@ -340,6 +342,8 @@ msgid ""
340
342
"$ perf record -F 9999 -g -o perf.data python -X perf my_script.py\n"
341
343
"$ perf report -g -i perf.data"
342
344
msgstr ""
345
+ "$ perf record -F 9999 -g -o perf.data python -X perf my_script.py\n"
346
+ "$ perf report -g -i perf.data"
343
347
344
348
#: ../../howto/perf_profiling.rst:173
345
349
msgid "Example, using the :mod:`sys` APIs in file :file:`example.py`:"
@@ -468,6 +472,9 @@ msgid ""
468
472
"$ perf inject -i perf.data --jit --output perf.jit.data\n"
469
473
"$ perf report -g -i perf.jit.data"
470
474
msgstr ""
475
+ "$ perf record -F 9999 -g -k 1 --call-graph dwarf -o perf.data python -Xperf_jit my_script.py\n"
476
+ "$ perf inject -i perf.data --jit --output perf.jit.data\n"
477
+ "$ perf report -g -i perf.jit.data"
471
478
472
479
#: ../../howto/perf_profiling.rst:243
473
480
msgid "or using the environment variable::"
0 commit comments