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
d7a0f314
Commit
d7a0f314
authored
Apr 14, 2001
by
Eric S. Raymond
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Should resolve [ #416039 ] pstats browser crashes.
parent
6a7aa4e3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
Lib/pstats.py
Lib/pstats.py
+3
-3
No files found.
Lib/pstats.py
View file @
d7a0f314
...
@@ -576,12 +576,12 @@ if __name__ == '__main__':
...
@@ -576,12 +576,12 @@ if __name__ == '__main__':
print
"Add profile info from given file to current stastics object."
print
"Add profile info from given file to current stastics object."
def
do_callees
(
self
,
line
):
def
do_callees
(
self
,
line
):
return
self
.
generic
(
'callees'
,
line
)
return
self
.
generic
(
'
print_
callees'
,
line
)
def
help_callees
(
self
):
def
help_callees
(
self
):
print
"Print callees statistics from the current stat object."
print
"Print callees statistics from the current stat object."
def
do_callers
(
self
,
line
):
def
do_callers
(
self
,
line
):
return
self
.
generic
(
'callers'
,
line
)
return
self
.
generic
(
'
print_
callers'
,
line
)
def
help_callers
(
self
):
def
help_callers
(
self
):
print
"Print callers statistics from the current stat object."
print
"Print callers statistics from the current stat object."
...
@@ -630,7 +630,7 @@ if __name__ == '__main__':
...
@@ -630,7 +630,7 @@ if __name__ == '__main__':
print
"Print statistics from the current stat object."
print
"Print statistics from the current stat object."
def
do_strip
(
self
,
line
):
def
do_strip
(
self
,
line
):
self
.
stats
.
strip_
order
()
self
.
stats
.
strip_
dirs
()
return
0
return
0
def
help_strip
(
self
):
def
help_strip
(
self
):
print
"Strip leading path information from filenames in the report."
print
"Strip leading path information from filenames in the report."
...
...
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