Expand description
At-exit report for compiled Seq programs
Dumps KPIs when the program finishes, controlled by SEQ_REPORT env var:
- Unset → no report, zero cost
1→ human-readable to stderrjson→ JSON to stderrjson:/path→ JSON to file
§Feature Flag
This module requires the diagnostics feature (enabled by default).
When disabled, report_stub.rs provides no-op FFI symbols.
Structs§
- Report
Config - Parsed report configuration
- Report
Data - Collected metrics for the report
Enums§
- Report
Destination - Output destination
- Report
Format - Output format
Functions§
- patch_
seq_ ⚠report - At-exit report — called from generated main after scheduler_run
- patch_
seq_ ⚠report_ init - Register instrumentation data from compiled binary (tier 2)