Skip to main content

Module inference_trace

Module inference_trace 

Source
Expand description

Inference trace recorder for debugging and performance analysis.

Records detailed traces of inference execution: which rules fired, in what order, with what bindings, and summary statistics.

Structs§

InferenceTraceRecorder
Records and queries a bounded trace of inference execution events.
TraceSpan
A named span grouping a contiguous window of trace events.
TraceStats
Aggregated counters derived from recorded events.

Enums§

TraceEvent
A single event recorded during inference execution.