Formats execution costs as an aligned table string.
Formats execution costs as an aligned table string.
Produces a human-readable table with columns for kind, count, memory, CPU, and fee, sorted by fee in descending order. Text columns are left-aligned, numeric columns are right-aligned.
Example output:
kind count mem cpu fee
Apply 1359 135900 21744000 9407
EqualsInteger 354 35400 5664000 2451
Value parameters
costs
Map of budget categories to their execution unit sequences
prices
Execution unit prices for fee calculation
Attributes
Returns
Formatted table string, or "No costs recorded" if costs map is empty