Skip to main content

Module model

Module model 

Source
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§

InstructionMeasurement
Compute attributed to a single instruction within a transaction.
Measurement
The quantitative core of a scenario result.
Report
The complete profiling report.
ScenarioReport
The full result for one scenario.
Summary
Aggregate counts across all scenarios.

Enums§

Status
Headline pass/warn/fail/unknown status of a scenario.