Lines Matching full:pstats
8091 - Issue #13839: When invoked on the command-line, the pstats module now
11721 - Issue #10166: Avoid recursion in pstats Stats.add() for many stats items.
12572 - Issue #7372: Fix pstats regression when stripping paths from profile data
12578 - Issue #7781: Fix restricting stats by entry counts in the pstats interactive
12581 - Issue #9209: Do not crash in the pstats interactive browser on invalid regular
12600 - Issue #7395: Fix tracebacks in pstats interactive browser.
18365 - The pstats.Stats class accepts an optional stream keyword argument to
19326 - the pstats module no longer uses the deprecated ignore() method.
24893 - Fix pstats browser crashes. Import readline if it exists to make
24970 - pstats: Eric Raymond added a simple interactive statistics browser,
26979 * Lib/pstats.py: