Home
last modified time | relevance | path

Searched refs:print_callers (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Doc/library/
Dprofile.rst208 p.print_callers(.5, 'init')
488 .. method:: print_callers(*restrictions)
513 ordering are identical to the :meth:`~pstats.Stats.print_callers` method.
/external/python/cpython2/Lib/
Dpstats.py380 def print_callers(self, *amount): member in Stats