MCPcopy
hub / github.com/tinygrad/tinygrad / PMCSample

Class PMCSample

tinygrad/runtime/ops_amd.py:39–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37
38@dataclass(frozen=True)
39class PMCSample: name:str; block:str; xcc:int; inst:int; se:int; sa:int; wgp:int; off:int; size:int; regsample:str # noqa: E702
40
41@dataclass(frozen=True)
42class ProfilePMCEvent(ProfileEvent): device:str; kern:int; sched:list[PMCSample]; blob:bytes; exec_tag:int # noqa: E702

Callers 1

pmc_startMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…