Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
ab875b9a
Commit
ab875b9a
authored
Feb 13, 1998
by
Fred Drake
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make one paragraph wrap a little better.
parent
a19bb9bb
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
Doc/lib/libprofile.tex
Doc/lib/libprofile.tex
+1
-1
Doc/libprofile.tex
Doc/libprofile.tex
+1
-1
No files found.
Doc/lib/libprofile.tex
View file @
ab875b9a
...
...
@@ -125,7 +125,7 @@ profile.run("foo()", 'fooprof')
%
\code
{
profile.py
}
can also be invoked as
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
\code
{
pstats
}
module. Typically you would load the statistics data as
...
...
Doc/libprofile.tex
View file @
ab875b9a
...
...
@@ -125,7 +125,7 @@ profile.run("foo()", 'fooprof')
%
\code
{
profile.py
}
can also be invoked as
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
\code
{
pstats
}
module. Typically you would load the statistics data as
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment