@@ -11,7 +11,7 @@ msgid ""
1111msgstr ""
1212"Project-Id-Version : Python 3.13\n "
1313"Report-Msgid-Bugs-To : \n "
14- "POT-Creation-Date : 2025-03-07 14:18+0000\n "
14+ "POT-Creation-Date : 2025-03-28 14:18+0000\n "
1515"PO-Revision-Date : 2023-05-24 13:07+0000\n "
1616"Last-Translator : Danial Behzadi <dani.behzi@ubuntu.com>, 2025\n "
1717"Language-Team : Persian (https://app.transifex.com/python-doc/teams/5390/ "
@@ -260,7 +260,8 @@ msgstr ""
260260
261261#: ../../howto/perf_profiling.rst:165
262262msgid ""
263- "$ PYTHONPERFSUPPORT=1 perf record -F 9999 -g -o perf.data python script.py\n"
263+ "$ PYTHONPERFSUPPORT=1 perf record -F 9999 -g -o perf.data python my_script."
264+ "py\n"
264265"$ perf report -g -i perf.data"
265266msgstr ""
266267
@@ -270,7 +271,7 @@ msgstr ""
270271
271272#: ../../howto/perf_profiling.rst:170
272273msgid ""
273- "$ perf record -F 9999 -g -o perf.data python -X perf script .py\n"
274+ "$ perf record -F 9999 -g -o perf.data python -X perf my_script .py\n"
274275"$ perf report -g -i perf.data"
275276msgstr ""
276277
@@ -374,8 +375,8 @@ msgstr ""
374375
375376#: ../../howto/perf_profiling.rst:239
376377msgid ""
377- "$ perf record -F 9999 -g -- call-graph dwarf -o perf.data python -Xperf_jit "
378- "my_script.py\n"
378+ "$ perf record -F 9999 -g -k 1 -- call-graph dwarf -o perf.data python -"
379+ "Xperf_jit my_script.py\n"
379380"$ perf inject -i perf.data --jit --output perf.jit.data\n"
380381"$ perf report -g -i perf.jit.data"
381382msgstr ""
0 commit comments