Lines Matching refs:Stats
337 # stats such as the amount of time added to ct courtesy
361 # We use self.cmd as that string, and the resulting stats look
393 # collect stats from pending stack, including getting final
409 pstats.Stats(self).strip_dirs().sort_stats(sort). \
415 marshal.dump(self.stats, f)
423 self.stats = {}
429 self.stats[func] = cc, nc, tt, ct, callers
476 # low call counts) to have such negative stats, even if the
573 def Stats(*args):
581 help="Save stats to <outfile>", default=None)
583 help="Sort order when printing to stdout, based on pstats.Stats class",