mirror of
https://github.com/python/cpython.git
synced 2025-11-03 03:22:27 +00:00
Issue #14900: Distuguish call count and primitive call count in pstat output.
Patch by Arne Babenhauserheide.
This commit is contained in:
parent
313dc9b812
commit
75033a38d9
2 changed files with 3 additions and 1 deletions
|
|
@ -178,7 +178,7 @@ class Stats:
|
|||
"module" : (((4, 1), ), "file name"),
|
||||
"name" : (((6, 1), ), "function name"),
|
||||
"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"),
|
||||
"time" : (((2,-1), ), "internal time"),
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
|
||||
Acknowledgements
|
||||
----------------
|
||||
|
||||
|
|
@ -40,6 +41,7 @@ Chris AtLee
|
|||
John Aycock
|
||||
Jan-Hein Bührman
|
||||
Donovan Baarda
|
||||
Arne Babenhauserheide
|
||||
Attila Babo
|
||||
Alfonso Baciero
|
||||
Marcin Bachry
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue