Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pytorch/executorch
/ MemEvent
Class
MemEvent
profiler/parse_profiler_results.py:103–105 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
101
102
@dataclasses.dataclass
103
class
MemEvent:
104
allocator_name: str
105
total_allocations_done: int
106
107
108
def
adjust_time_scale(event: ProfileData, time_scale: TimeScale):
Callers
1
parse_prof_blocks
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected