Skip to content

bloqade.lanes.visualize.entropy_tree.tracer.EntropyTraceBundle

← Module overview

classEntropyTraceBundlesource

bloqade.lanes.visualize.entropy_tree.tracer.EntropyTraceBundle

Trace plus the metadata the visualizer needs alongside it.

Signature
class EntropyTraceBundle(steps: tuple[TreeTraceStep, ...], root_node_id: int, best_buffer_size: int, arch_spec: Any, traced_target: dict[int, LocationAddress], blocked_locations: tuple[LocationAddress, ...], local_to_global_qid: dict[int, int], location_to_global_qid: dict[LocationAddress, int], kernel_name: str, executed_cz_count: int)

Parameters

NameTypeDescription
stepstuple[TreeTraceStep, ...]
root_node_idint
best_buffer_sizeint
arch_specAny
traced_targetdict[int, LocationAddress]
blocked_locationstuple[LocationAddress, ...]
local_to_global_qiddict[int, int]
location_to_global_qiddict[LocationAddress, int]
kernel_namestr
executed_cz_countint

Attributes

NameTypeDescription
stepstuple[TreeTraceStep, ...]
root_node_idint
best_buffer_sizeint
arch_specAny
traced_targetdict[int, LocationAddress]
blocked_locationstuple[LocationAddress, ...]
local_to_global_qiddict[int, int]
location_to_global_qiddict[LocationAddress, int]
kernel_namestr
executed_cz_countint