MCPcopy
hub / github.com/tinygrad/tinygrad / ProfileRangeEvent

Class ProfileRangeEvent

tinygrad/helpers.py:352–352  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

350
351@dataclass
352class ProfileRangeEvent(ProfileEvent): device:str; name:str|TracingKey; st:decimal.Decimal; en:decimal.Decimal|None=None # noqa: E702
353
354@dataclass(frozen=True)
355class ProfilePointEvent(ProfileEvent):

Callers 15

synchronizeMethod · 0.90
synchronizeMethod · 0.90
flatten_eventsFunction · 0.90
addFunction · 0.90
pma_timelineFunction · 0.90
unpack_occFunction · 0.90
test_nodeMethod · 0.90
test_copy_nodeMethod · 0.90
test_block_orderingMethod · 0.90
test_bytes_per_kernelMethod · 0.90

Calls

no outgoing calls

Tested by 7

test_nodeMethod · 0.72
test_copy_nodeMethod · 0.72
test_block_orderingMethod · 0.72
test_bytes_per_kernelMethod · 0.72
test_trace_durationMethod · 0.72

Used in the wild real call sites across dependent graphs

searching dependent graphs…