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
75033a38
Commit
75033a38
authored
Oct 07, 2012
by
Andrew Svetlov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Issue #14900: Distuguish call count and primitive call count in pstat output.
Patch by Arne Babenhauserheide.
parent
313dc9b8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
Lib/pstats.py
Lib/pstats.py
+1
-1
Misc/ACKS
Misc/ACKS
+2
-0
No files found.
Lib/pstats.py
View file @
75033a38
...
@@ -178,7 +178,7 @@ class Stats:
...
@@ -178,7 +178,7 @@ class Stats:
"module"
:
(((
4
,
1
),
),
"file name"
),
"module"
:
(((
4
,
1
),
),
"file name"
),
"name"
:
(((
6
,
1
),
),
"function name"
),
"name"
:
(((
6
,
1
),
),
"function name"
),
"nfl"
:
(((
6
,
1
),(
4
,
1
),(
5
,
1
),),
"name/file/line"
),
"nfl"
:
(((
6
,
1
),(
4
,
1
),(
5
,
1
),),
"name/file/line"
),
"pcalls"
:
(((
0
,
-
1
),
),
"call count"
),
"pcalls"
:
(((
0
,
-
1
),
),
"
primitive
call count"
),
"stdname"
:
(((
7
,
1
),
),
"standard name"
),
"stdname"
:
(((
7
,
1
),
),
"standard name"
),
"time"
:
(((
2
,
-
1
),
),
"internal time"
),
"time"
:
(((
2
,
-
1
),
),
"internal time"
),
}
}
...
...
Misc/ACKS
View file @
75033a38
Acknowledgements
Acknowledgements
----------------
----------------
...
@@ -40,6 +41,7 @@ Chris AtLee
...
@@ -40,6 +41,7 @@ Chris AtLee
John Aycock
John Aycock
Jan-Hein Bührman
Jan-Hein Bührman
Donovan Baarda
Donovan Baarda
Arne Babenhauserheide
Attila Babo
Attila Babo
Alfonso Baciero
Alfonso Baciero
Marcin Bachry
Marcin Bachry
...
...
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