MCPcopy Index your code
hub / github.com/python/cpython / _show

Method _show

Lib/profile.py:78–82  ·  view source on GitHub ↗
(self, prof, filename, sort)

Source from the content-addressed store, hash-verified

76 self._show(prof, filename, sort)
77
78 def _show(self, prof, filename, sort):
79 if filename is not None:
80 prof.dump_stats(filename)
81 else:
82 prof.print_stats(sort)
83
84
85#**************************************************************************

Callers 2

runMethod · 0.95
runctxMethod · 0.95

Calls 2

dump_statsMethod · 0.45
print_statsMethod · 0.45

Tested by

no test coverage detected