Expand description
Export functionality for MemEA analysis results.
This module provides multiple export formats for memory peripheral estimation results, including CSV, JSON, YAML, and direct console output. It handles file creation, overwrite confirmation, and format-specific serialization.
Functionsยง
- Calculates the total area from a collection of reports.
- Exports analysis results to various formats based on file extension.
- export_
csv ๐Exports reports to CSV format with configuration names included. - export_
direct ๐Exports reports in human-readable table format to stdout. - export_
json ๐Exports reports to JSON format with pretty printing. - export_
yaml ๐Exports reports to YAML format. - fmt_
direct ๐Formats reports into a human-readable table string.