Skip to main content

Module stats

Module stats 

Source

Structs§

MonthRow
One row in the month timeline breakdown.
OwnerRow
One row in the owner breakdown.
StatsResult
The complete stats result.
TagRow
One row in the tag breakdown.

Functions§

compute_stats
Compute stats from a slice of fuses. Rows are sorted: detonated count descending, then total descending, then name ascending. Month rows are sorted chronologically (ascending).
print_stats
Top-level dispatch.
print_stats_github
Print stats in GitHub Actions format.
print_stats_json
Print stats as JSON.
print_stats_month
Top-level dispatch for month breakdown.
print_stats_month_terminal
Print the month timeline breakdown in terminal format.
print_stats_terminal
Print stats in terminal (human-readable table) format.