Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
run
Method · 0.95
runctx
Method · 0.95
Calls
2
dump_stats
Method · 0.45
print_stats
Method · 0.45
Tested by
no test coverage detected