Expand description
The report data model: the raw, serializable result of a profiling run.
This module owns data. Rendering to table/JSON/Markdown/JUnit lives in the
cu-profiler-report crate, keeping raw data and presentation separate.
Structs§
- Instruction
Measurement - Compute attributed to a single instruction within a transaction.
- Measurement
- The quantitative core of a scenario result.
- Report
- The complete profiling report.
- Scenario
Report - The full result for one scenario.
- Summary
- Aggregate counts across all scenarios.
Enums§
- Status
- Headline pass/warn/fail/unknown status of a scenario.