Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pytorch/executorch
/ ProfileEvent
Class
ProfileEvent
profiler/parse_profiler_results.py:86–92 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
84
85
@dataclasses.dataclass
86
class
ProfileEvent:
87
name: str
88
ts: List[float]
89
duration: List[float]
90
chain_idx: int = -1
91
instruction_idx: int = -1
92
stacktrace: Optional[str] = None
93
94
95
@dataclasses.dataclass
Callers
1
parse_prof_blocks
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected