Expand description
Re-exports of the core report data types.
Rendering operates on the same data model the core produces — this module simply re-exports it so report consumers have a single import surface and the raw-data/rendering boundary stays explicit.
Structs§
- Baseline
Comparison - The result of comparing a current run to a baseline.
- Confidence
- A confidence score plus the reasons that shaped it.
- Diagnostic
- A single finding about a scenario.
- Instruction
Measurement - Compute attributed to a single instruction within a transaction.
- Measurement
- The quantitative core of a scenario result.
- Policy
Result - The result of evaluating one policy clause.
- Report
- The complete profiling report.
- Scenario
Report - The full result for one scenario.
- Summary
- Aggregate counts across all scenarios.
Enums§
- Confidence
Level - Qualitative confidence in a measurement.
- Policy
Status - Tri-state outcome of a single policy check.
- Severity
- Severity classification, independent of pass/fail (a
Warncan still beError-severity for a critical scenario). - Status
- Headline pass/warn/fail/unknown status of a scenario.
Functions§
- scenario_
budget - The absolute budget for a scenario, read back from its evaluated policy.
- scenario_
delta_ pct - The baseline delta percentage for a scenario, if compared.
- thousands
- Format a
u64with thousands separators, e.g.96812→96,812.