diff options
-rw-r--r-- | Lib/pstats.py | 2 | ||||
-rw-r--r-- | Misc/ACKS | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/Lib/pstats.py b/Lib/pstats.py index 3f0add2c65..a41962aef6 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"), } @@ -47,6 +47,7 @@ Chris AtLee John Aycock Jan-Hein Bührman Donovan Baarda +Arne Babenhauserheide Attila Babo Alfonso Baciero Marcin Bachry |