Commit 75033a38 authored by Andrew Svetlov's avatar Andrew Svetlov

Issue #14900: Distuguish call count and primitive call count in pstat output.

Patch by Arne Babenhauserheide.
parent 313dc9b8
...@@ -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"),
} }
......
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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment