Lines Matching defs:pstats
5 from pstats import SortKey
8 import pstats
12 """Tests for pstats.add_callers helper."""
15 # pstats.add_callers should combine the call results of both target
20 new_callers = pstats.add_callers(target, source)
25 new_callers = pstats.add_callers(target, source)
31 stats_file = support.findfile('pstats.pck')
32 self.stats = pstats.Stats(stats_file)
36 stats = pstats.Stats(stream=stream)
110 ps = pstats.Stats(pr)