1
1
# SOME DESCRIPTIVE TITLE.
2
- # Copyright (C) 2001-2024 , Python Software Foundation
2
+ # Copyright (C) 2001-2025 , Python Software Foundation
3
3
# This file is distributed under the same license as the Python package.
4
4
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
5
#
@@ -11,7 +11,7 @@ msgid ""
11
11
msgstr ""
12
12
"Project-Id-Version : Python 3.13\n "
13
13
"Report-Msgid-Bugs-To : \n "
14
- "POT-Creation-Date : 2024-09-27 14:17 +0000\n "
14
+ "POT-Creation-Date : 2025-03-28 14:18 +0000\n "
15
15
"PO-Revision-Date : 2023-05-24 13:07+0000\n "
16
16
"Last-Translator : Freesand Leo <yuqinju@163.com>, 2024\n "
17
17
"Language-Team : Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n "
@@ -327,23 +327,19 @@ msgstr "示例,使用环境变量::"
327
327
328
328
#: ../../howto/perf_profiling.rst:165
329
329
msgid ""
330
- "$ PYTHONPERFSUPPORT=1 perf record -F 9999 -g -o perf.data python script .py\n"
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 script.py\n"
334
- "$ perf report -g -i perf.data"
335
333
336
334
#: ../../howto/perf_profiling.rst:168
337
335
msgid "Example, using the :option:`!-X` option::"
338
336
msgstr "示例,使用 :option:`!-X` 选项::"
339
337
340
338
#: ../../howto/perf_profiling.rst:170
341
339
msgid ""
342
- "$ perf record -F 9999 -g -o perf.data python -X perf script .py\n"
340
+ "$ perf record -F 9999 -g -o perf.data python -X perf my_script .py\n"
343
341
"$ perf report -g -i perf.data"
344
342
msgstr ""
345
- "$ perf record -F 9999 -g -o perf.data python -X perf script.py\n"
346
- "$ perf report -g -i perf.data"
347
343
348
344
#: ../../howto/perf_profiling.rst:173
349
345
msgid "Example, using the :mod:`sys` APIs in file :file:`example.py`:"
@@ -468,13 +464,10 @@ msgstr ""
468
464
469
465
#: ../../howto/perf_profiling.rst:239
470
466
msgid ""
471
- "$ perf record -F 9999 -g --call-graph dwarf -o perf.data python -Xperf_jit my_script.py\n"
467
+ "$ perf record -F 9999 -g -k 1 - -call-graph dwarf -o perf.data python -Xperf_jit my_script.py\n"
472
468
"$ perf inject -i perf.data --jit --output perf.jit.data\n"
473
469
"$ perf report -g -i perf.jit.data"
474
470
msgstr ""
475
- "$ perf record -F 9999 -g --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"
478
471
479
472
#: ../../howto/perf_profiling.rst:243
480
473
msgid "or using the environment variable::"
0 commit comments