MCPcopy Create free account
hub / github.com/pytorch/executorch / ProfileData

Class ProfileData

profiler/parse_profiler_results.py:44–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42# log various forms of profiling data.
43@dataclasses.dataclass
44class ProfileData:
45 name: str
46 chain_idx: int
47 instruction_idx: int
48 start_time: int
49 end_time: int
50
51
52@dataclasses.dataclass

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected