File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ \section{Instant Users Manual}
125125%
126126\code {profile.py} can also be invoked as
127127a script to profile another script. For example:
128- \code {python /usr/local/lib/python1.4/profile.py myscript.py}
128+ \code {python} \code { /usr/local/lib/python1.4/profile.py myscript.py}
129129
130130When you wish to review the profile, you should use the methods in the
131131\code {pstats} module. Typically you would load the statistics data as
Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ \section{Instant Users Manual}
125125%
126126\code {profile.py} can also be invoked as
127127a script to profile another script. For example:
128- \code {python /usr/local/lib/python1.4/profile.py myscript.py}
128+ \code {python} \code { /usr/local/lib/python1.4/profile.py myscript.py}
129129
130130When you wish to review the profile, you should use the methods in the
131131\code {pstats} module. Typically you would load the statistics data as
You can’t perform that action at this time.
0 commit comments