Skip to content

bloqade.lanes.visualize.debug.animated_debugger

← Module overview

functionanimated_debuggersource

bloqade.lanes.visualize.debug.animated_debugger

Signature
def animated_debugger(mt: ir.Method, arch_spec: ArchSpec, interactive: bool = True, atom_marker: str = 'o', ax: Axes | None = None, fps: int = 30)

Parameters

NameTypeDefaultDescription
mtir.Methodrequired
arch_specArchSpecrequired
interactiveboolTrue
atom_markerstr'o'
axAxes | NoneNone
fpsint30
source