From: Andrew Svetlov Date: Sun, 7 Oct 2012 15:57:21 +0000 (+0300) Subject: Issue #14900: Distuguish call count and primitive call count in pstat output. X-Git-Tag: v2.7.5~109^2~247 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=75033a38d97139fc105c553b852626808459868d;p=python Issue #14900: Distuguish call count and primitive call count in pstat output. Patch by Arne Babenhauserheide. --- diff --git a/Lib/pstats.py b/Lib/pstats.py index 3dc61d69ee..a7b6dc91e2 100644 --- a/Lib/pstats.py +++ b/Lib/pstats.py @@ -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"), } diff --git a/Misc/ACKS b/Misc/ACKS index 39bd45040c..63ef470be8 100644 --- a/Misc/ACKS +++ b/Misc/ACKS @@ -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