Formats an AcDbMemoryEstimate as multi-line text for console or UI output, including totals plus category and entity-type breakdowns sorted by descending byte size.
Estimate produced by acdbEstimateDatabaseMemory.
Human-readable multi-line summary string.
const report = acdbEstimateDatabaseMemory(database)console.log(acdbFormatMemoryEstimate(report)) Copy
const report = acdbEstimateDatabaseMemory(database)console.log(acdbFormatMemoryEstimate(report))
Formats an AcDbMemoryEstimate as multi-line text for console or UI output, including totals plus category and entity-type breakdowns sorted by descending byte size.