mirror of
https://github.com/python/cpython.git
synced 2025-09-14 12:46:49 +00:00
Make one paragraph wrap a little better.
This commit is contained in:
parent
a19bb9bbcf
commit
ab875b9a32
2 changed files with 2 additions and 2 deletions
|
@ -125,7 +125,7 @@ profile.run("foo()", 'fooprof')
|
||||||
%
|
%
|
||||||
\code{profile.py} can also be invoked as
|
\code{profile.py} can also be invoked as
|
||||||
a script to profile another script. For example:
|
a script to profile another script. For example:
|
||||||
\code{python /usr/local/lib/python1.4/profile.py myscript.py}
|
\code{python} \code{/usr/local/lib/python1.4/profile.py myscript.py}
|
||||||
|
|
||||||
When you wish to review the profile, you should use the methods in the
|
When you wish to review the profile, you should use the methods in the
|
||||||
\code{pstats} module. Typically you would load the statistics data as
|
\code{pstats} module. Typically you would load the statistics data as
|
||||||
|
|
|
@ -125,7 +125,7 @@ profile.run("foo()", 'fooprof')
|
||||||
%
|
%
|
||||||
\code{profile.py} can also be invoked as
|
\code{profile.py} can also be invoked as
|
||||||
a script to profile another script. For example:
|
a script to profile another script. For example:
|
||||||
\code{python /usr/local/lib/python1.4/profile.py myscript.py}
|
\code{python} \code{/usr/local/lib/python1.4/profile.py myscript.py}
|
||||||
|
|
||||||
When you wish to review the profile, you should use the methods in the
|
When you wish to review the profile, you should use the methods in the
|
||||||
\code{pstats} module. Typically you would load the statistics data as
|
\code{pstats} module. Typically you would load the statistics data as
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue