Lines Matching refs:print_stats
144 p.strip_dirs().sort_stats(-1).print_stats()
149 :meth:`~pstats.Stats.print_stats` method printed out all the statistics. You
153 p.print_stats()
159 p.sort_stats(SortKey.CUMULATIVE).print_stats(10)
168 p.sort_stats(SortKey.TIME).print_stats(10)
175 p.sort_stats(SortKey.FILENAME).print_stats('__init__')
181 p.sort_stats(SortKey.TIME, SortKey.CUMULATIVE).print_stats(.5, 'init')
262 ps.print_stats()
278 .. method:: print_stats(sort=-1)
453 .. method:: print_stats(*restrictions)
472 print_stats(.1, 'foo:')
478 print_stats('foo:', .1)
488 identical to that provided by :meth:`~pstats.Stats.print_stats`, and the