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

Class ProfilerHeader

profiler/parse_profiler_results.py:53–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51
52@dataclasses.dataclass
53class ProfilerHeader:
54 name: str
55 prof_ver: int
56 max_prof_entries: int
57 prof_entries: int
58 max_allocator_entries: int
59 allocator_entries: int
60 max_mem_prof_entries: int
61 mem_prof_entries: int
62
63
64@dataclasses.dataclass

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected