Expand description
cu-profiler-report — rendering for the core report model.
Every renderer takes a cu_profiler_core::model::Report and produces a
string. The crate holds no analysis logic; it only formats already-computed
data, keeping the raw-data/presentation boundary clean.
Modules§
- html
- Self-contained HTML report.
- json
- Stable JSON output for machines and CI.
- junit
- JUnit XML output for CI test dashboards.
- markdown
- Markdown output, intended for GitHub PR comments.
- model
- Re-exports of the core report data types.
- table
- Human-facing aligned table for local CLI use.
Enums§
- Format
- A selectable output format.
Functions§
- render
- Render
reportin the requestedformat.