]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Issue #14900: Distuguish call count and primitive call count in pstat output.
authorAndrew Svetlov <andrew.svetlov@gmail.com>
Sun, 7 Oct 2012 15:58:42 +0000 (18:58 +0300)
committerAndrew Svetlov <andrew.svetlov@gmail.com>
Sun, 7 Oct 2012 15:58:42 +0000 (18:58 +0300)
Patch by Arne Babenhauserheide.

Lib/pstats.py
Misc/ACKS

index 3f0add2c65e6ea567d0f4232f0336634268f7b8f..a41962aef62de3ac6f2fbe4b2a11c7c3baaa8800 100644 (file)
@@ -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"),
               }
index ca7431b2d183c6b4bfe9f9d9345ab64ce53306c4..7429f77beb38ae91085be749d6fa256876f48fb3 100644 (file)
--- 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