vibeqc.MemoryEstimate¶
- class vibeqc.MemoryEstimate(by_category=<factory>, headroom_factor=1.2)[source]¶
Bases:
objectPeak memory estimate for a calculation.
All byte counts are integers (pre-headroom).
total_bytesmultiplies the sum ofby_categorybyheadroom_factorso the headline figure already carries a safety margin.- __init__(by_category=<factory>, headroom_factor=1.2)¶
Methods
__init__([by_category, headroom_factor])format([available, status])Render the standard memory-report block.
Attributes