Home
last modified time | relevance | path

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

/third_party/python/Doc/library/
Dprofile.rst194 p.print_callers(.5, 'init')
500 .. method:: print_callers(*restrictions)
525 ordering are identical to the :meth:`~pstats.Stats.print_callers` method.
/third_party/python/Lib/
Dpstats.py451 def print_callers(self, *amount): member in Stats