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

Method _show

Lib/profiling/tracing/_utils.py:28–32  ·  view source on GitHub ↗
(self, prof, filename, sort)

Source from the content-addressed store, hash-verified

26 self._show(prof, filename, sort)
27
28 def _show(self, prof, filename, sort):
29 if filename is not None:
30 prof.dump_stats(filename)
31 else:
32 prof.print_stats(sort)

Callers 2

runMethod · 0.95
runctxMethod · 0.95

Calls 2

dump_statsMethod · 0.45
print_statsMethod · 0.45

Tested by

no test coverage detected