Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ export
Method
export
Lib/profiling/sampling/collector.py:83–84 ·
view source on GitHub ↗
Export collected data to a file.
(self, filename)
Source
from the content-addressed store, hash-verified
81
82
@abstractmethod
83
def
export(self, filename):
84
""
"Export collected data to a file."
""
85
86
@staticmethod
87
def
_filter_internal_frames(frames):
Callers
2
_handle_output
Function · 0.45
_handle_replay
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected