Skip to main content

Module logging

Module logging 

Source
Expand description

Structured pipeline logging with per-stage timing.

Provides a PipelineTimer that records how long each pipeline stage takes and produces a structured summary at the end.

Structs§

PipelineTimer
Accumulates timing records for each pipeline stage.
StageRecord
A single recorded stage execution.