From: Andrew Svetlov Date: Sun, 7 Oct 2012 15:58:42 +0000 (+0300) Subject: Issue #14900: Distuguish call count and primitive call count in pstat output. X-Git-Tag: v3.2.4rc1~462 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2ef4584e6d94e032e3922ee350c8b399924baeba;p=thirdparty%2FPython%2Fcpython.git 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 3f0add2c65e6..a41962aef62d 100644 --- a/Lib/pstats.py +++ b/Lib/pstats.py @@ -165,7 +165,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 ca7431b2d183..7429f77beb38 100644 --- a/Misc/ACKS +++ b/Misc/ACKS @@ -47,6 +47,7 @@ Chris AtLee John Aycock Jan-Hein Bührman Donovan Baarda +Arne Babenhauserheide Attila Babo Alfonso Baciero Marcin Bachry