Lines Matching refs:print_stats
147 p.strip_dirs().sort_stats(-1).print_stats()
152 :meth:`~pstats.Stats.print_stats` method printed out all the statistics. You
156 p.print_stats()
162 p.sort_stats(SortKey.CUMULATIVE).print_stats(10)
171 p.sort_stats(SortKey.TIME).print_stats(10)
178 p.sort_stats(SortKey.FILENAME).print_stats('__init__')
184 p.sort_stats(SortKey.TIME, SortKey.CUMULATIVE).print_stats(.5, 'init')
265 ps.print_stats()
276 pr.print_stats()
294 .. method:: print_stats(sort=-1)
469 .. method:: print_stats(*restrictions)
488 print_stats(.1, 'foo:')
494 print_stats('foo:', .1)
504 identical to that provided by :meth:`~pstats.Stats.print_stats`, and the